23 May
2001
23 May
'01
2:38 p.m.
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