Hi,

There is one strange (well, not that at all) behavior of mod_jk2 that I
would like to fix.

When we load the module, the channels gets opened on the first client
request. Now, the problem lies in the fact that the next client can send
request prior the channel is opened, since opening takes some time, and
we can have up to hundred of requests for opening the particular channel
that should be called only once.

IMO there are two ways to fix that behavior. Either to open the channels
on server startup (that wouldn't work for IIS), or build a mechanism
that would assure that all the requests are locked until the channel
opening function returns.

Thoughts?

MT.





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

Reply via email to