[Zope] Zserver stability problems

Gilles Lavaux gilles.lavaux@esrin.esa.it
Wed, 23 May 2001 16:38:48 +0200


Hello,

>From time to time I an full of hope, and I start debugging the Zsever, to
try to get rid of hangs :-)
My question of today is:

- when are http_channel zombies closed?
the code look like (http_server.py):

     maintenance_interval = 500
     def check_maintenance (self):
          if not self.channel_number % self.maintenance_interval:
               self.maintenance()
     =>so every 500 channels creation??

- what trigger the creation of a new channel?....
- same question for the thread.

If someone is interrested to modify/debug the Zserver code, please join me.

Gilles