Thanks both for answers,
I read some articles you link and I'd to say - alot discussion around!
I also found some notes that mod_python use some technique other than
GIL to allow multi-threading in Apache 2.0. Does someone know anything
closer? Any links or so?
Sorry I raise this old stuff again
Aahz wrote:
>>Under those limitations, do you think, an easy rewrite of execution
>>engine is possible to allow simultaneous run of all threads?
>
>
> Short answer: no
>
> Longer answer: see previous threads about removing the GIL; if you still
> have questions, please post to comp.lang.python.
On Tue, Jun 07, 2005, Martin Aliger wrote:
>
> Under those limitations, do you think, an easy rewrite of execution
> engine is possible to allow simultaneous run of all threads?
Short answer: no
Longer answer: see previous threads about removing the GIL; if you still
have questions, please post t