Threads not Improving Performance in Program

Tim Rowe digitig at gmail.com
Thu Mar 19 19:21:43 EDT 2009


> Thank you for your response. I did not realize that. That seems like a
> huge limitation for such a great language.
> I will look into forking off processes instead of using threads.

If that's what you need to do, yes it is. If it isn't, no it's not. No
language is optimum for all possible applications, each one has
different compromises. You've just discovered one of Python's.

-- 
Tim Rowe



More information about the Python-list mailing list