Stefano Maniero wrote:
> I'm a new user for Webware. One question on a performance and scalability of
> webware and python:
>
> webware is a thread application server, but python have a GIL limitation for
> thread and only one thread can execute some operations. GIL have a negative
> influence on performance and scalability.
>
> PS: excuse me for my terrible english
>
> Thanks
>
>
That is a real problem. You may try to execute several instances of
webware, although other problems arise (session management is one
important).
¿Are there any plans to clobber the GIL?
|