Questions tagged [timeout]

In computing, a timeout is either an error condition or event that occurs when an event exceeds the time frame permitted to it, or the period of time allotted to a given event.

In computing, a timeout is either an error condition or event that occurs when an event exceeds the time frame permitted to it, or the period of time allotted to a given event.

For an example of an event being a timeout, a network timeout [error] occurs when a response is expected from a networked device, but not received within a specified time period.

As an example of a timeout being defined as a period of time, ftp servers often have idle timeouts, after which inactive connections are closed.

603 questions
5
votes
1 answer

Nginx as reverse proxy: how to properly configure gateway timeout?

We have configured Nginx as a reverse proxy to an Apache server farm, but I'm running into trouble with the gateway timeouts. Our Goal in human readable form is: "Deliver a request within one second, but if it really takes longer, deliver anyway",…
user1281376
5
votes
2 answers

Nginx proxy timeout while uploading big files

I'm experiencing strange behaviour with Nginx. In my case Nginx acts as proxy to Jetty. Config below: server { listen 80; client_header_timeout 3m; client_body_timeout 3m; send_timeout 3m; client_max_body_size 5M; …
tomekkup
  • 151
  • 1
  • 1
  • 3
5
votes
3 answers

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 ARP 42 Who has 192.168.0.1? Tell 192.168.0.102 2 …
5
votes
2 answers

mod_fcgid: read data timeout errors

I moved to an unmanaged server that uses fcgid (before I was using mod_php), and in the error logs I see tons of such errors: [Mon Apr 23 21:17:12 2012] [warn] [client 66.249.68.233] mod_fcgid: read data timeout in 31 seconds [Mon Apr 23 21:17:12…
giorgio79
  • 1,837
  • 9
  • 26
  • 36
5
votes
2 answers

Nginx + PHP-FPM Timeouts, almost zero load consumption?

I've got a server running on a Linode with Ubuntu 10.04 LTS, Nginx 0.7.65, MySQL 5.1.41 and PHP 5.3.2 with PHP-FPM. There is a WordPress blog on it, updated to WordPress 3.2.1 recently. I have made no changes to the server (except updating…
javipas
  • 1,332
  • 3
  • 23
  • 38
5
votes
1 answer

MySQL query time-out available?

Is there a way to associate a time out to a query sent to the MySQL server? Expected behavior MySQL server would trigger a time out if the query did not complete after a time T provided by the caller No result would be returned to the caller An…
Déjà vu
  • 5,546
  • 9
  • 36
  • 55
4
votes
2 answers

Plain uWSGI error: uwsgi_response_write_body_do() TIMEOUT

This looks like a well-known issue with Nginx+uWSGI timeouts, but my setup is different and I couldn't find information about it. I run a Flask app on uWSGI, on http protocol (not sockets). When I query my API, sometimes I receive an…
adamczi
  • 153
  • 1
  • 6
4
votes
1 answer

elasticsearch server is unreachable every 2 hours

This question is related to this one. We now know that the errors come from elasticsearch. The problems are still not resolved despite the modifications and optimizations made on the es instance. Every 2 hours the es server becomes unreachable: we…
COil
  • 207
  • 3
  • 12
4
votes
2 answers

Intermittent 504 errors with HAProxy

I've been struggling with this issue for weeks and I'm running out of ideas. I run HAProxy to proxy requests among 3 backends based on the requests' path/headers. My backends are: An Amazon S3 bucket A Node.js app (2 servers) A service called…
Pedro
  • 291
  • 1
  • 3
  • 9
4
votes
1 answer

Port Exhaustion and IIS 8 on Server 2012 R2

My company has a highly utilized web server running IIS 8.5 on Server 2012 R2 At any given time, there are 34,000 connections to IIS and 200 requests per second. We also have an SFTP service running on the machine that has an average of 100…
negeric
  • 53
  • 2
  • 5
4
votes
3 answers

how to avoid timeouts during server reboot

I am running into issues with a site that is using DNS round robin for failover. There are two webservers. When I turn off apache on one box, everything is fine. When browsers try to go to the webserver with apache turned off, it gets a connection…
user788171
  • 279
  • 1
  • 5
  • 13
4
votes
1 answer

Request timeout issue with nginx, unicorn and rails

I have an application in rails and it runs unicorn in production. There are some requests that take too long to process. I have configured the server to increase the timeout, so these request work correctly. The problem is that when the request…
Daniel Cukier
  • 823
  • 1
  • 10
  • 18
4
votes
1 answer

Random connection failures between IIS8 and MSSQL 2012 in RackSpace Cloud

Background For years I hosted all of my server functionality, including IIS, Apache, MySql, and MSSQL on a single server instance, yikes! As my client base grew this led to persistent SQL Timeouts when the server got busy. Over the past year I've…
Ty H.
  • 178
  • 1
  • 8
4
votes
2 answers

Postfix Connection Timed out

I used the tutorial below to setup postfix and dovecot on a Digital Ocean server. But I'm getting "Connection Timed out" when postfix/smtp tries to deliver an email to a remote host like gmail or…
Newtonx
  • 305
  • 1
  • 4
  • 11
4
votes
1 answer

How to fix "The FastCGI process exceeded configured activity timeout" on Windows 8 Pro?

How to fix "The FastCGI process exceeded configured activity timeout" on Windows 8 Pro? Installed FileMaker 12 Advanced Server on Windows 8 Pro box A long running script generates: HTTP Error 500.0 - Internal Server Error C:\Program Files…
joshua paul
  • 143
  • 1
  • 1
  • 7