Problem ... with threads in Python
Negoescu Constantin
cosmin at easynet.ro
Wed Oct 26 13:53:22 EDT 2005
More information about the Python-list mailing list
Wed Oct 26 13:53:22 EDT 2005
- Previous message (by thread): Problem ... with threads in Python
- Next message (by thread): Windows vs Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): Problem ... with threads in Python
- Next message (by thread): Windows vs Linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list