Re: Connectors, blocking, and keepalive

2014-03-25 Thread Christopher Schultz
Mark, On 3/24/14, 1:08 PM, Mark Thomas wrote: On 24/03/2014 16:56, Christopher Schultz wrote: Mark, On 3/24/14, 5:37 AM, Mark Thomas wrote: On 24/03/2014 00:50, Christopher Schultz wrote: Mark, On 3/23/14, 6:12 PM, Mark Thomas wrote: On 23/03/2014 22:07, Christopher Schultz wrote:

Re: Connectors, blocking, and keepalive

2014-03-25 Thread Rémy Maucherat
2014-03-25 15:57 GMT+01:00 Christopher Schultz ch...@christopherschultz.net : What about when an Executor is used, where the number of threads can fluctuate (up to a maximum) but are (or can be) also shared with other connectors? This is not really related, the connector stops using a thread

Re: Connectors, blocking, and keepalive

2014-03-24 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/03/2014 00:50, Christopher Schultz wrote: Mark, On 3/23/14, 6:12 PM, Mark Thomas wrote: On 23/03/2014 22:07, Christopher Schultz wrote: Mark, On 2/27/14, 12:56 PM, Christopher Schultz wrote: Mark, On 2/25/14, 3:31 AM, Mark Thomas

Re: Connectors, blocking, and keepalive

2014-03-24 Thread Christopher Schultz
Mark, On 3/24/14, 5:37 AM, Mark Thomas wrote: On 24/03/2014 00:50, Christopher Schultz wrote: Mark, On 3/23/14, 6:12 PM, Mark Thomas wrote: On 23/03/2014 22:07, Christopher Schultz wrote: Mark, On 2/27/14, 12:56 PM, Christopher Schultz wrote: Mark, On 2/25/14, 3:31 AM, Mark Thomas

Re: Connectors, blocking, and keepalive

2014-03-24 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/03/2014 16:56, Christopher Schultz wrote: Mark, On 3/24/14, 5:37 AM, Mark Thomas wrote: On 24/03/2014 00:50, Christopher Schultz wrote: Mark, On 3/23/14, 6:12 PM, Mark Thomas wrote: On 23/03/2014 22:07, Christopher Schultz wrote:

Re: Connectors, blocking, and keepalive

2014-03-24 Thread Rémy Maucherat
2014-03-24 18:08 GMT+01:00 Mark Thomas ma...@apache.org: Given that this feature offers little/no benefit at the price of having to run through a whole pile of code only to end up back where you started, I'm tempted to hard-code the return value of breakKeepAliveLoop() to false for BIO HTTP.

Re: Connectors, blocking, and keepalive

2014-03-23 Thread Christopher Schultz
Mark, On 2/27/14, 12:56 PM, Christopher Schultz wrote: Mark, On 2/25/14, 3:31 AM, Mark Thomas wrote: On 25/02/2014 06:03, Christopher Schultz wrote: All, I'm looking at the comparison table at the bottom of the HTTP connectors page, and I have a few questions about it. First, what does

Re: Connectors, blocking, and keepalive

2014-03-23 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/03/2014 22:07, Christopher Schultz wrote: Mark, On 2/27/14, 12:56 PM, Christopher Schultz wrote: Mark, On 2/25/14, 3:31 AM, Mark Thomas wrote: On 25/02/2014 06:03, Christopher Schultz wrote: All, I'm looking at the comparison table

Re: Connectors, blocking, and keepalive

2014-03-23 Thread Christopher Schultz
Mark, On 3/23/14, 6:12 PM, Mark Thomas wrote: On 23/03/2014 22:07, Christopher Schultz wrote: Mark, On 2/27/14, 12:56 PM, Christopher Schultz wrote: Mark, On 2/25/14, 3:31 AM, Mark Thomas wrote: On 25/02/2014 06:03, Christopher Schultz wrote: All, I'm looking at the comparison table

Re: Connectors, blocking, and keepalive

2014-02-27 Thread Christopher Schultz
Mark, On 2/25/14, 3:31 AM, Mark Thomas wrote: On 25/02/2014 06:03, Christopher Schultz wrote: All, I'm looking at the comparison table at the bottom of the HTTP connectors page, and I have a few questions about it. First, what does Polling size mean? Maximum number of connections in

Re: Connectors, blocking, and keepalive

2014-02-27 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27/02/2014 17:56, Christopher Schultz wrote: On 2/25/14, 3:31 AM, Mark Thomas wrote: On 25/02/2014 06:03, Christopher Schultz wrote: It is important to make that distinction since the end user (the code) can't tell the difference? The end

Re: Connectors, blocking, and keepalive

2014-02-25 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/02/2014 06:03, Christopher Schultz wrote: All, I'm looking at the comparison table at the bottom of the HTTP connectors page, and I have a few questions about it. First, what does Polling size mean? Maximum number of connections in the

Re: Connectors, blocking, and keepalive

2014-02-25 Thread Konstantin Kolinko
2014-02-25 12:31 GMT+04:00 Mark Thomas ma...@apache.org: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/02/2014 06:03, Christopher Schultz wrote: All, I'm looking at the comparison table at the bottom of the HTTP connectors page, and I have a few questions about it. First, what does