* Change to main server loop. All threads block on accept() instead of using a mutex...
authorArt Cancro <ajc@citadel.org>
Fri, 21 May 2010 14:53:58 +0000 (14:53 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 21 May 2010 14:53:58 +0000 (14:53 +0000)
commit144e697f9fa898814b8e6a2f53d6f74bbb931fde
treed45ecd6a7e06621bff054aad55361a34db757e98
parentbe6fbd0cd9493ba4fac4a5e9a02a7d94cf351df6
* Change to main server loop.  All threads block on accept() instead of using a mutex.  Hopefully this will solve the deadlock issue that has been plaguing us.
webcit/sysdep.c
webcit/tcp_sockets.c
webcit/webcit.h