]> code.citadel.org Git - citadel.git/blobdiff - webcit/sysdep.c
Remove $Id$ tags from most of webcit
[citadel.git] / webcit / sysdep.c
index fbe16ca0ac61b574c5279d060eed5f40dcf26621..0657b81108121af1d1881ab2e9578e32eb029e46 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * WebCit "system dependent" code.
  *
  * Copyright (c) 1996-2010 by the citadel.org team
@@ -204,6 +202,8 @@ void worker_entry(void)
                }
                if (ssock < 0 ) continue;
 
+               check_thread_pool_size();
+
                /* Now do something. */
                if (msock < 0) {
                        if (ssock > 0) close (ssock);
@@ -429,8 +429,6 @@ void spawn_another_worker_thread()
        pthread_attr_t attr;    /* Thread attributes */
        int ret;
 
-       lprintf(3, "Creating a new thread.\n");
-
        ++num_threads_existing;
        ++num_threads_executing;