Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv29385
Modified Files:
webadmin.py
Log Message:
Index: webadmin.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/webadmin.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** webadmin.py 21 Jan 2004 21:38:17 -0000 1.15
--- webadmin.py 21 Jan 2004 22:06:09 -0000 1.16
***************
*** 285,289 ****
if thread:
thread.cancel()
! time.sleep(30) # This is needed to allow the thread to sync (Remember => global interpreter lock)
thread.join() # Join with the thread
--- 285,289 ----
if thread:
thread.cancel()
! time.sleep(0.3) # This is needed to allow the thread to sync (Remember => global interpreter lock)
thread.join() # Join with the thread
|