<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>    I know that <FONT 
face="Times New Roman" size=3>Python is <B><EM>not fully threadsafe</EM></B>. 
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.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>    Is there any posibility to use 
multiple threads without using the time.sleep() function ? And if so, what 
that way should be ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Best regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>_Cosmin</FONT></DIV></BODY></HTML>