hello,
>
> There are two separate issues here. First, a connection has to be
> established. Second, it is used to handle requests. The delay you
> introduced only helps with the connection establishing.
>
> Try having this delay between each thread, and make 1000 requests in
> each thread instead. See what happens.
>
I ran the test with 500 threads, 10000 requests each, and delaying 1 second
between starting threads. it worked fine. so it seems to be a problem of
establishing multiple connections simultaneously.
cheers,
achim
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]