[Zope] ZServer Must Be Continually Re-Started: my Method to stop zope dead: timeoutsocket:

Gilles Lavaux gilles.lavaux@esrin.esa.it
Fri, 11 May 2001 15:33:58 +0200


Hello,

I have try using the timeoutsocket library, by inserting this inside the
z2.py :
  sockettimeout=60
  import timeoutsocket
  timeoutsocket.setDefaultSocketTimeout(sockettimeout)

Still get the same result: it hang. And it's probably normal.

Gilles