]> code.citadel.org Git - citadel.git/commit - webcit/context_loop.c
* A few performance and tuning cleanups. Increased the size of the socket
authorArt Cancro <ajc@citadel.org>
Fri, 22 Jun 2001 17:58:20 +0000 (17:58 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 22 Jun 2001 17:58:20 +0000 (17:58 +0000)
commit8d9b35520bc2c589dd66d9451fc0cb2fb44dc2f3
treee26bdda1b46e660ec7c6d386637983596bc10e8b
parent56cae1a1f26fb01b6b9350904ec91b1f18dcd8c4
* A few performance and tuning cleanups.  Increased the size of the socket
  queue length to 100 for use on big systems.  Also, during startup, the
  initial startup thread now exits after creating the worker threads, instead
  of becoming a worker thread itself.  For some reason Solaris had problems
  with the latter method.
webcit/ChangeLog
webcit/context_loop.c
webcit/static/login.html
webcit/webcit.h
webcit/webserver.c