1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/benchmark/FrameworkBenchmarks/fbenchmark.cfg
stefanocasazza 61ad7266fc thread fix
2015-08-27 16:26:09 +02:00

17 lines
410 B
INI

userver {
PORT 8080
PREFORK_CHILD 4
TCP_LINGER_SET 0
LISTEN_BACKLOG 16384
DOCUMENT_ROOT benchmark/FrameworkBenchmarks/ULib/www
PID_FILE benchmark/FrameworkBenchmarks/ULib/userver_tcp.pid
# LOG_FILE ../../benchmark.log
# LOG_FILE_SZ 50M
# LOG_MSG_SIZE -1
PLUGIN_DIR ../../../../../../src/ulib/net/server/plugin/.libs
ORM_DRIVER_DIR ../../../../../../src/ulib/orm/driver/.libs
}