> 1. Sometimes we see that the same session is started in two threads
> concurrently.

That, I can imagine it could happen.
I don't think it would, but at least I can imagine there could be a bug
somewhere with the manager which would cause this.

> 2. Sometimes one of the request for the user is processed  two
> times.

I don't think this can happen. (single request, being parsed once, and being
processed twice)

You can test with Coyote 1.0b8 to see what happens. If it works fine with
that, then it is a problem with the HTTP connector. If it still doesn't work
(especially the second point, which would be a problem with the connector),
then it's a bug with the client.

You should also use some other HTTP clients to see what happens (commons
HTTPClient, or the HTTP client Peter Lin mentioned).

Remy


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

Reply via email to