* Removed the session_count() function. Instead, keep a reference count
authorArt Cancro <ajc@citadel.org>
Wed, 17 Nov 1999 04:15:06 +0000 (04:15 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 17 Nov 1999 04:15:06 +0000 (04:15 +0000)
commit9c210ba0b55c056e6dd77c05ab57e57257aee36f
treedef701f0785886a1023985651babcab31b25935a
parentab546f749bee4d48ff258c342eaabcacc6ec7c4d
* Removed the session_count() function.  Instead, keep a reference count
  updated when sessions begin and end.
* Replaced fixed number of worker threads with lower and upper limits; current
  code now tries to make thread count == session count, within these limits
citadel/ChangeLog
citadel/citadel.h
citadel/citserver.c
citadel/config.c
citadel/control.c
citadel/routines2.c
citadel/sysdep.c
citadel/sysdep_decls.h