Is there any suggestion for parameters of the asynchronous client in case of several thousands parallel requests (e.g., for the IOReactor)? We are experimenting both with DefaulHttpClient and DefaultHttpAsyncClient, and with the same configuration (e.g., 4000 threads using DefaultHttpClient or 64 threads pushing 4000 async requests into a default DefaultHttpAsyncClient) we see completely different behaviours. The sync client fetches more than 10000 pages/s, the async client speed fetches 50 p/s.
Should we increase the number of threads or the I/O interval of the IOReactor? Or are we doing something really stupid? -- View this message in context: http://httpcomponents.10934.n7.nabble.com/Suggested-parameters-for-highly-parallel-async-client-tp18644.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
