From: Vlad S. <ser...@us...> - 2006-01-16 04:30:05
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25346 Modified Files: ChangeLog Log Message: See ChangeLog, this is experimental feature Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.273 retrieving revision 1.274 diff -C2 -d -r1.273 -r1.274 *** ChangeLog 14 Jan 2006 18:40:06 -0000 1.273 --- ChangeLog 16 Jan 2006 04:29:56 -0000 1.274 *************** *** 1,2 **** --- 1,17 ---- + 2006-01-15 Vlad Seryakov <ser...@us...> + + * nsd/driver.c: + * nsd/connio.c: + * nsd.nsd.h: This is experimental feature to use separate writer + thread for sending large files to multiple clients. By default it + is disabled so nobody should be affected by this feature. Still need + more testing but can be very usefull, keeping it in CVS makes it easier + to track then in local copy, i keep loosing local modifications + all the time. + + * nsd/driver.c: Changes poolto from -1 to 60 seconds in DriverThread and + SpolerThread to wake up from pool. Once a minute will not kill the server + but will ensure it will never get into race condition. + 2006-01-14 Zoran Vasiljevic <vas...@us...> |