Hi,

I'm facing a weird problem when using HttpCore & NIO-extension to send
multiple requests using one connection.

I have custom build performance load testing tool that is used to test our
application and it's working otherwise well except for one thing:

After 100 requests sent to one connection, the framework doesn't ask for
new requests from HttpRequestExecutionHandler anymore but neither is the
connection closed too. Still, response has been acquired from that
connection so it should block due to that.

Any ideas what could be wrong?

I tried to find any references to this problem from HttpCore &
NIO-extension source codes but couldn't really find any. Ofcourse the
problem might be in my code too but from that part it's pretty
straighforward and I'm just fetching new requests from queue when
submitRequest call occurs and I can see that always after 100 requests, it
doesn't send new ones anymore.

With best regards,
Tuomas Makinen


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to