On 02/01/2013 03:24 PM, Michael Schnell wrote:

> As the program does two http requests just fine and fails on the third 
> one (it alternatively does three very different pages and parameters and 
> all fail, just because they are the third ), I think some more internal 
> problem is more likely (buffer overflow or such).

Perhaps your connections don't close quick enough and your server
refuses more than 2 simultaneous connections from the same IP. Have you
tried setting THTTPSend.Protocol to '1.1' to keep the connection alive?
That way the connection is not broken, as long as you use the same
THTTPSend instance for doing all the requests.

Again, the tcpdump would show that problem.

Ludo

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to