Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
Stevo Slavić wrote: Hello Tomcat users, Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? Just want to make sure whether connection requests waiting for executor will fight for it once one becomes available, or will the order connection request were made be

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stevo, On 10/17/2011 6:23 AM, Stevo Slavić wrote: Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? I would expect them to be, though I would also expect them to be separate. Just want to make sure whether

RE: Is incoming connection request queue totally ordered?

2011-10-17 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Is incoming connection request queue totally ordered? As ar as I know, this is something controlled by the TCP/IP stack of your host. And by network topology. It is not dependent on Tomcat or Java. Not necessarily true; Tomcat

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Ann Ramsey
Thank you - we figured it out. On Mon, Oct 17, 2011 at 2:22 PM, André Warnier a...@ice-sa.com wrote: Stevo Slavić wrote: Hello Tomcat users, Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? Just want to make sure whether connection requests waiting for

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stevo, On 10/17/2011 6:23 AM, Stevo Slavić wrote: Are HTTP and AJP connector incoming connection request queues totally ordered (FIFO)? I would expect them to be, though I would also expect them to be separate. +1.

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Ann Ramsey
Thank you - we figured it out. On Mon, Oct 17, 2011 at 2:44 PM, André Warnier a...@ice-sa.com wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stevo, On 10/17/2011 6:23 AM, Stevo Slavić wrote: Are HTTP and AJP connector incoming connection request queues

RE: Is incoming connection request queue totally ordered?

2011-10-17 Thread Caldarale, Charles R
From: Ann Ramsey [mailto:ann.m.ram...@gmail.com] Subject: Re: Is incoming connection request queue totally ordered? Thank you - we figured it out. Besides learning how to ask questions in a reasonable manner, you also need to learn not to respond to threads completely unrelated to your

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Ann Ramsey
...@unisys.com wrote: From: Ann Ramsey [mailto:ann.m.ram...@gmail.com] Subject: Re: Is incoming connection request queue totally ordered? Thank you - we figured it out. Besides learning how to ask questions in a reasonable manner, you also need to learn not to respond to threads completely

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Is incoming connection request queue totally ordered? As ar as I know, this is something controlled by the TCP/IP stack of your host. And by network topology. I was talking about what happens one

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/17/2011 3:42 PM, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Is incoming connection request queue totally ordered? As ar as I know, this is something controlled by the TCP/IP stack of your

RE: Is incoming connection request queue totally ordered?

2011-10-17 Thread Caldarale, Charles R
From: Ann Ramsey [mailto:ann.m.ram...@gmail.com] Subject: Re: Is incoming connection request queue totally ordered? Listen, the answers were all Greek to me. If you guys are going to REALLY help non-IT people deal with TomCat, you might want to speak English in your responses, so that we

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
Ann Ramsey wrote: Listen, the answers were all Greek to me. If you guys are going to REALLY help non-IT people deal with TomCat, you might want to speak English in your responses, so that we know if you're addressing our problem or not. Well, all I can say is that it doesn't really look like