[Zope] Http API Ping
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Fri, 12 Oct 2001 18:00:48 +0400
On Fri, Oct 12, 2001 at 03:10:08PM +0100, seb bacon wrote:
> I've done timeouts using signals, too. I *think* the signal module is
> cross platform.
They are not. And what is worse, signals are dangerous in multithreading
programs (Zope is multithreading) - wrong thread can receive signal.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.