12 Oct
2001
12 Oct
'01
2 p.m.
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.