Costin,

> With JNI, each apache process will have it's own VM and will process
> requests. If a session is created, it'll be in one of the VMs,
> and the servlet spec requires that all further requets within that
> session go to the same VM.
> 
> This is not possible right now - a second request can be received
> by another process/VM and jniworker can't forward it right now.

Ahhh, of course - I guess I was not really connecting correctly, was
not thinking about that; thanks for explanations.
 
> We have most of the code ( in lb_worker ), but we need to enable it.

cool, looking forward to seeing it

Julius

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to