Re: request was sent on stale connection

2013-07-10 Thread Oleg Kalnichevski
On Tue, 2013-07-09 at 14:37 +0100, Ke Ren wrote: Hi, We turned off STALE_CONNECTION_CHECK recently and handle failed connection with customized retry. It works well most times except one duplicated request issue. It fails as the following: 1. our code sends a request at 10:54:16,651 2.

Scalable Http Client

2013-07-10 Thread Dave Johnston
Hi, I've been trying to execute a large volume of transactions to simulate real traffic using the httpclient. I'm trying to create 1000 concurrent connections, that each perform 10 requests per second. i.e. 1 transactions per second. I've based my code on the multi-threaded example: