Spawning a thread from within a thread works just fine. Calling thread.start() is a non-blocking function and returns immediately.<br><br><div class="gmail_quote">On Thu, Mar 25, 2010 at 11:23 AM, Omer Ihsan <span dir="ltr"><<a href="mailto:omrihsan@gmail.com">omrihsan@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">is there anything as "nested threading"....that is, call a thread from<br>
within a thread.<br>
in this case how will thread locking take place.<br>
<br>
for example initially there were two functions that were called using<br>
threading.Thread. these wont get unlocked unless both of them are done<br>
with whatever they need to do. if say function 2 calls another thread.<br>
then what??<br>
<br>
inquisitive....:-|<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>