Re: [OT] Is incoming connection request queue totally ordered?

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/17/2011 5:57 PM, Caldarale, Charles R wrote: >> From: Stevo Slavić [mailto:ssla...@gmail.com] Subject: Re: [OT] >> Is incoming connection request queue totally ordered? > >> Needed to understand how Tomcat handles

RE: [OT] Is incoming connection request queue totally ordered?

2011-10-17 Thread Caldarale, Charles R
> From: Stevo Slavić [mailto:ssla...@gmail.com] > Subject: Re: [OT] Is incoming connection request queue totally ordered? > Needed to understand how Tomcat handles connector connection > requests queues to determine whether request processing order > can be guaranteed. The poi

Re: [OT] Is incoming connection request queue totally ordered?

2011-10-17 Thread Stevo Slavić
Yes, I meant what happens once connection requests are in the queue, regardless if it's AJP connection requests queue, or HTTP connection requests. I wasn't considering that part, but thanks for clarifying, if the two connectors (I guess it applies even if there are two connectors for same protocol

Re: [OT] Is incoming connection request queue totally ordered?

2011-10-17 Thread André Warnier
P.S. (with additional apologies for the top-posting) I realise that I have myself fallen as a victim of the confusion, and responded to the off-topic and off-thread message. My apologies to the original poster of this thread. André Warnier wrote: Ann Ramsey wrote: Listen, the answers were al

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 y

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 you

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 b

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 the

Re: Is incoming connection request queue totally ordered?

2011-10-17 Thread Ann Ramsey
k.caldar...@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 nee

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 unrelate

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 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 queu

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. G

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 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 exe

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 n

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 c

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 Stevo Slavić
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 respected. Regards, Ste