[Zope] - pcgi and multi concurrent access

Michel Pelletier michel@digicool.com
Tue, 19 Jan 1999 10:14:16 -0500


Service Informatique CHSR wrote:

> Hello,
>
> as far as i understand, only one process is created with pcgi.
>

Right.

>
> What if 2 clients send 2 queries simultaneously?
> Does one client wait until the other complete the request?
>

Yes.

>
> how does it work?
>

Requests are currently serialized through Zope.  This will be changing
Real Soon Now.  I suggest reading the ZServer architecture paper:

http://www.zope.org/Documentation/Reference/ZServer

Posted rather recently by Amos.

-Michel

>
> Thanks
> CLAIN Jephte
> Service Informatique CHSR
>
> ps: my apologies for my broken english, i'm a bit tired this morning.