* enough that we can read the whole thing without worrying too much about
* the overhead.
*/
-#ifdef NO_THREADS
-#define HARD_SERVER_LIMIT 256
-#endif
#ifndef HARD_SERVER_LIMIT
-#define HARD_SERVER_LIMIT 8
+#define HARD_SERVER_LIMIT 16
#endif
/* Limit on the threads per process. Clients will be locked out if more than
* enough that we can read the whole thing without worrying too much about
* the overhead.
*/
-#ifdef NO_THREADS
-#define HARD_THREAD_LIMIT 1
-#endif
#ifndef HARD_THREAD_LIMIT
#define HARD_THREAD_LIMIT 64
#endif
-#ifdef NO_THREADS
-#define DEFAULT_THREADS_PER_CHILD 1
-#endif
#ifndef DEFAULT_THREADS_PER_CHILD
#define DEFAULT_THREADS_PER_CHILD 25
#endif