From: Zoran V. <vas...@us...> - 2005-10-08 16:27:11
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26100 Modified Files: ChangeLog Log Message: See file. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.199 retrieving revision 1.200 diff -C2 -d -r1.199 -r1.200 *** ChangeLog 8 Oct 2005 12:14:33 -0000 1.199 --- ChangeLog 8 Oct 2005 16:27:03 -0000 1.200 *************** *** 39,42 **** --- 39,51 ---- * tests/http_byteranges.test: + * nsd/nsmain.c: added alarm of 300 seconds for the watchdog + on Darwin. When the alarm triggers, the watchdog re-checks + the existence of the server process (by sending kill 0) and + clears nsconf-pid value if the process is gone. This is the + signal to re-start the server again. All this mess is needed + because under some strange circumstances, the WaitForServer() + never returns, although the server process is already gone. + This smells of a broken signal delivery to me... + 2005-10-05 Zoran Vasiljevic <vas...@us...> |