<p dir="ltr"><br>
On 28 May 2013 05:06, "Daniel Gagliardi" <<a href="mailto:danielgagliardiramos@gmail.com">danielgagliardiramos@gmail.com</a>> wrote:<br>
><br>
> fuck! fuck! i'm gonna be fired if i didnt get this shit! i told my boss id do it. fuck! im gonna pipe some crakc. fuck...</p>
<p dir="ltr">So do it. You've already been told how to.</p>
<p dir="ltr">It's true that python does not do real concurrent execution, but if most of your threads spend most time sleeping, waiting on a socket or doing IO, those are opportunities for other threads to cut in and execute concurrently and the threading module is your best choice.</p>

<p dir="ltr">If you need to do cpu-intensive tasks concurrently, use the multiprocessing module.<br>
</p>