From: Vlad S. <vl...@cr...> - 2006-01-11 19:32:25
|
Sure Zoran Vasiljevic wrote: > > Am 06.01.2006 um 16:56 schrieb Vlad Seryakov: > >> I uploaded driver.c into SFE, it needs more testing because after my >> last corrections and cleanups it seems i broke something. > > > I would clean/destroy the "uploadTable" AND "hosts" hashtable > in NsWaitDriversShutdown() if the drivers have been stopped > allright: > > } else { > Ns_Log(Notice, "driver: shutdown complete"); > driverThread = NULL; > ns_sockclose(drvPipe[0]); > ns_sockclose(drvPipe[1]); > /* CLEANUP THE hosts hashtable */ > } > > } else { > Ns_Log(Notice, "spooler: shutdown complete"); > spoolThread = NULL; > ns_sockclose(spoolPipe[0]); > ns_sockclose(spoolPipe[1]); > /* CLEANUP THE uploadTable hashtable */ > } > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > -- Vlad Seryakov 571 262-8608 office vl...@cr... http://www.crystalballinc.com/vlad/ |