implement multi-connection dispatchers
--------------------------------------
Key: HTTPASYNC-6
URL: http://issues.apache.org/jira/browse/HTTPASYNC-6
Project: HttpComponents Async
Type: Improvement
Components: HttpAsync
Reporter: Roland Weber
Assigned to: Roland Weber
Implement dispatchers that make use of more than one connection, but a fixed
number n of them.
This requires a scheduling/pick-up strategy for requests. There probably will
be two different
implementations, one non-pipelining with n threads, and one pipelining with n
receiver threads
and 1 to n sender threads.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]