0
votes
1answer
71 views

Random timeout now and then

Maybe this is a to generic question, but since we have this issue for quite a while now, I give it a shot. We have some applications which use HTTP for the connection between the client (website or ...
2
votes
1answer
304 views

Does apaches keep alive time-out reset every time a request is received?

The title of this question is pretty self explanatory, but: Does apaches keep alive timeout reset (as in, start again) every time a request is received? So for example, assume we have a 60 second ...
4
votes
2answers
412 views

HTTP (random?) connection timeout with Windows 7

Update: Reinstalled Windows 7 Installed Windows 8 Various Apache tweaks (AcceptFilter http none...) Installed Windows XP Some Wireshark log 1 0.000000000 HonHaiPr_0b:36:ae D-LinkIn_64:ca:28 ...
1
vote
1answer
122 views

130s timeout when accessing service exposed on HTTPS through HTTP

I have windows client application and windows service hosting a web service over HTTPS (on behind it uses standard http.sys). Everything is ok except the situation where user makes a mistake and uses ...
1
vote
1answer
308 views

Using curl to make a HEAD request with a hard timeout

I'd like to use curl to send a HTTP HEAD request to a URL to verify that it is working correctly (server is up and sends a successful response). At the end, I need the final HTTP response code ...
1
vote
2answers
860 views

SVN + HTTPS = Problem - Could not read status line: connection was closed by server

I have a problem with svn related with https, but with http it works. Here is the problem: I can Cheout a repo in our SVN-Server, but I can“t commit it, I get following error: Commit Commit failed ...
1
vote
3answers
467 views

Remote Connections Timing Out to SSH/HTTP in Parallel from Multiple Locations, but not PING, why?

QUESTION: Remote Connections Timing Out to SSH/HTTP in Parallel from Multiple Locations, but NOT PING, why? ISSUE: Have a web server that has remote connections timing out around 50% of the time in ...
0
votes
1answer
169 views

http request to a web server timeout on firts request

I'm working on an app (iPhone) that makes several Http Request to a RESTFULL web server. When I lauch the app, the request is performed and very often it timeouts. If I perform the request once again ...
8
votes
2answers
7k views

What is the IIS7 default keepalive time?

What is the IIS7 default time for HTTP keepAlive?
0
votes
2answers
399 views

How can I get around TCP timeouts on my international link?

I have a client/sever application that communicates using HTTP. The server is on the other side of the Earth from some of the clients. The traffic that the server and client communicate is very low ...