Re: Related To Threads

2005-08-21 Thread Steve Holden
Sidd wrote: > Hello, > I want to write a thread in python which can be invoked for say 5 > sec, within that the threads function would be to take input,is it > possible because i tried it and found that raw_input() is blocking > threads. > There isn't really a convenient solution to this pro

Related To Threads

2005-08-20 Thread Sidd
Hello, I want to write a thread in python which can be invoked for say 5 sec, within that the threads function would be to take input,is it possible because i tried it and found that raw_input() is blocking threads. -- http://mail.python.org/mailman/listinfo/python-list