Re: thread and alarm

2005-12-16 Thread Antoon Pardon
Op 2005-12-16, Sergey schreef <[EMAIL PROTECTED]>: > How to send alarm to a thread? > I can set alarm in main thread, but how then send exception to another thread > to wake it if it executes too long? The short answer is you can't and you should preferably look for an other solution. If for exam

thread and alarm

2005-12-16 Thread Sergey
How to send alarm to a thread? I can set alarm in main thread, but how then send exception to another thread to wake it if it executes too long? -- http://mail.python.org/mailman/listinfo/python-list