On 27/06/2006, at 15:03, Tzahi Fadida wrote:
You probably need to revise your questions.
I think its undefined.
The question is too general to get any useful answer. Basically, avoid threads if you can - its hard to program and even harder to test. It also does not scale well with Python because of the GIL, unlike C, most of the time all your threads share the same CPU. I don't have any idea what is the server you are writing, but I would generally try to use twisted, which will save you lot of time. Best Regards, Nir Soffer |
- Python threads and starvation Tzahi Fadida
- Re: Python threads and starvation Nir Soffer
- Re: Python threads and starvation Tzahi Fadida
- Re: Python threads and starvation Roman Yakovenko
- Re: Python threads and starvation Tzahi Fadida
- Re: Python threads and starvation Roman Yakovenko