mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
sources for 1.3
This commit is contained in:
@@ -9,5 +9,5 @@ logging.channels.c1.class = ConsoleChannel
|
||||
logging.channels.c1.formatter = f1
|
||||
HTTPTimeServer.format = %W, %e %b %y %H:%M:%S %Z
|
||||
HTTPTimeServer.port = 9980
|
||||
HTTPTimeServer.maxQueued = 100
|
||||
HTTPTimeServer.maxThreads = 200
|
||||
#HTTPTimeServer.maxQueued = 200
|
||||
#HTTPTimeServer.maxThreads = 64
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# sample.vmsbuild
|
||||
#
|
||||
# $Id: //poco/1.2/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild#1 $
|
||||
# $Id: //poco/1.3/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild#1 $
|
||||
#
|
||||
EXE=HTTPTimeServer
|
||||
HTTPTimeServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.2/Net/samples/HTTPTimeServer/Makefile#1 $
|
||||
# $Id: //poco/1.3/Net/samples/HTTPTimeServer/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco HTTPTimeServer
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPTimeServer.cpp
|
||||
//
|
||||
// $Id: //poco/1.2/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#1 $
|
||||
// $Id: //poco/1.3/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the HTTPServer and related classes.
|
||||
//
|
||||
|
Reference in New Issue
Block a user