Steve,<br><br>Are you referring to the endless GIL debate? I googled about what you said. I'll look into it here shortly. I just know one thing, is that I need a comparison for regular code and something about how GIL and threading fit in the picture. It makes it easier for me to understand what is going on. Can you post an example? something I can use to truely thread a for loop? The example previously posted show that it works 10 times faster than original for loop. My current program runs for 4.5 hours. I think it will be good to minimize that by 10 times. But if It can do more/faster, than that would be great. TIA for all your help.<br>
<br clear="all">-Alex Goretoy<br><a href="http://www.alexgoretoy.com">http://www.alexgoretoy.com</a><br><br>
<br><br><div class="gmail_quote">On Mon, Jan 5, 2009 at 6:13 PM, Steve Holden <span dir="ltr"><<a href="mailto:steve@holdenweb.com">steve@holdenweb.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div id=":2y7" class="ArwC7c ckChnd">re, however, that the CPython implementation won't net you any<br>
benefit if all threads are CPU-bound, since due to something called the<br>
GIL (global interpreter lock) no two threads will run concurrently.</div></blockquote></div><br>