On Thu, 10 Feb 2011, Tolas Anon wrote:
curl --keepalive-time 25 http://localhost.internet.domainname/run.php returns no results whatsoever.. :(
curl on Windows, wasn't it? I'm not sure it supports the TCP_KEEPIDLE and TCP_KEEPINTVL setsockopt() options and then it only sets the regular SO_KEEPALIVE which has a 2 hour timeout by default which is probably not helpful to you.
(Yes, curl should warn if such an option is used without it having an effect but it doesn't...)
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
