On Wed, Jul 22, 2009 at 06:41:26PM -0400, Peter Soles wrote: > I checked the archives of the list - coudn't find the answer to my > question. Apologies if I missed something. > > I'm writing a simulator that will simulate many clients long polling the > same server. The server requires SSL so I'm using HttpCore NIO with > SSLClientIOEventDispatch. When I test my code using SSL, my code appears to > submit the request 100 times and receives 100 responses, even though I have > only sent one event to the reactor. I pointed my code to two different > servers and got the same behavior. > > I modified the code to use the DefaultClientIOEventDispatch and tried > connecting to servers that don't use SSL -- it works perfectly in this case. > > > I am obviously missing something here - any help would be appreciated! > > Peter
Peter, What version of HttpCore are you using? Please make sure you have the latest (4.0.1) release, as there has been a number of fixes related to the non-blocking SSL support. Can you put together a test case and post it to this list? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
