Threads not Improving Performance in Program
Tim Rowe
digitig at gmail.com
Thu Mar 19 19:21:43 EDT 2009
More information about the Python-list mailing list
Thu Mar 19 19:21:43 EDT 2009
- Previous message (by thread): Threads not Improving Performance in Program
- Next message (by thread): Threads not Improving Performance in Program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): Threads not Improving Performance in Program
- Next message (by thread): Threads not Improving Performance in Program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list