Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-httpclient Wiki" for change notification.
The following page has been changed by RolandWeber: http://wiki.apache.org/jakarta-httpclient/HttpAsyncThreadingDesign ------------------------------------------------------------------------------ is to provide an API that allows applications to execute HTTP requests asynchronously. That means the application creates a request, hands the request over to HttpAsync, and later picks up the response. Typically, applications also want to be notified when a response becomes available. + There is a selection of UseCases that address asynchronous communication. [[BR]] There will always be at least two threads required, one on the application side and one background thread on the HttpAsync side. On this high level of abstraction, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]