On Mon, Nov 12, 2018 at 3:32 AM Oleg Kalnichevski <[email protected]> wrote:
> On Sun, 2018-11-11 at 18:30 -0700, Gary Gregory wrote: > > Hi All: > > > > ... > > > --- > > > > I am looking for guidance here. I suppose this could be a bug in the > > example, or in the core, or that the example could/should be adjusted > > to > > avoid this unfortunate sequence. Again, the IO rector parameters I > > used are > > only to demonstrate the problem. In my set up, I use the default > > select > > timeout of 1 second and reactor IO thread counts of 2. > > > > Thank you, > > Gary > > I'll try to reproduce the issue using your description. It would help > if could eliminate some external dependencies such as node.js server > and try to reproduce the issue with an embedded HTTP server and publish > the code at GitHub. > Hi Oleg, One thing I did not make obvious is that I am running all of this on Windows 10 and Oracle Java 8: Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_191\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" I intentionally did not use an embedded server because all of our unit tests, integration tests, and stress tests, ALL use an embedded origin server build with an HttpCore 5 HTTP file server (in fact a clone of our example) and everything works. This problem showed up for us at an actual customer where the origin server is obviously not embedded. Thank you, Gary > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
