From: Vlad S. <ser...@us...> - 2006-01-12 01:18:06
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6172 Modified Files: ChangeLog Log Message: See ChangeLog for more info Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.269 retrieving revision 1.270 diff -C2 -d -r1.269 -r1.270 *** ChangeLog 11 Jan 2006 10:40:33 -0000 1.269 --- ChangeLog 12 Jan 2006 01:17:56 -0000 1.270 *************** *** 1,2 **** --- 1,13 ---- + 2006-01-11 Vlad Seryakov <ser...@us...> + + * nsd/driver.c: + * nsd.nsd.c: + * nsd/tclcmds.c: Added spooler support which handles + upload process in separate thread. During the uploading new command + ns_upload_stats is available which accepts full url with query + parametrs of the uploading connection. On uploading finish, + statistics is cleared from the memory. Spooler can be disabled + using ns_param spooler false in the nssock section of nsd.tcl. + 2006-01-11 Zoran Vasiljevic <vas...@us...> |