Problem ... with threads in Python

Negoescu Constantin cosmin at easynet.ro
Wed Oct 26 13:53:22 EDT 2005


Hello.

    I know that Python is not fully threadsafe. Unlike Java, where threading was considered to be so important that it is a part of the syntax, in Python threads were laid down at the altar of Portability. But, i really have to finish a project  which uses multiple threads in Python, and i shouldn't use the time.sleep() function.
    Is there any posibility to use multiple threads without using the time.sleep() function ? And if so, what that way should be ?

Best regards,
_Cosmin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20051026/037de1b8/attachment.html>


More information about the Python-list mailing list