connection-timeout

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding [closed]

三世轮回 提交于 2019-12-20 07:46:25
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 8 years ago . hi I'm getting an error Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding . I'm alredy changed the connect timeout = 60000 and in database my

Set database connection timeout in CodeIgniter 3

那年仲夏 提交于 2019-12-19 19:55:33
问题 We are working with 2 databases, our local database and an external database. But now our external database is down (we're still under development so it's good we came across this issue) and it now tries to connect to the external database for 30 seconds, how can I change the connection timeout of the Database to something like 1 - 2 seconds? I am using Codeigniter with the PDO drivers on my databases. Is there anyone with a clean solution for this problem? 回答1: It is not a documented feature

AWS Lambda using Java - setting the configuration connection/socket timeouts

守給你的承諾、 提交于 2019-12-19 12:07:03
问题 See here: AWS Documentation The connection timeout is the amount of time (in milliseconds) that the HTTP connection will wait to establish a connection before giving up. The default is 50,000 ms. To set this value yourself, use the ClientConfiguration.setConnectionTimeout method. I am trying to set the value myself, using: ClientConfiguration configuration = new ClientConfiguration(); configuration.setConnectionTimeout(1900000); configuration.setSocketTimeout(1900000); Problem is, I am trying

AWS Lambda using Java - setting the configuration connection/socket timeouts

微笑、不失礼 提交于 2019-12-19 12:06:09
问题 See here: AWS Documentation The connection timeout is the amount of time (in milliseconds) that the HTTP connection will wait to establish a connection before giving up. The default is 50,000 ms. To set this value yourself, use the ClientConfiguration.setConnectionTimeout method. I am trying to set the value myself, using: ClientConfiguration configuration = new ClientConfiguration(); configuration.setConnectionTimeout(1900000); configuration.setSocketTimeout(1900000); Problem is, I am trying

Node.js Server Timeout Problems (EC2 + Express + PM2)

╄→гoц情女王★ 提交于 2019-12-18 16:17:09
问题 I'm relatively new to running production node.js apps and I've recently been having problems with my server timing out. Basically after a certain amount of usage & time my node.js app stops responding to requests. I don't even see routes being fired on my console anymore - it's like the whole thing just comes to a halt and the HTTP calls from my client (iPhone running AFNetworking) don't reach the server anymore. But if I restart my node.js app server everything starts working again, until

Multiple Simultaneous SQL Connection Timeouts In Multithreaded Windows Service

不想你离开。 提交于 2019-12-18 11:09:57
问题 I have a multithreaded Windows Service I've developed with VS 2010 (.NET 4.0) which can have anywhere from a few to a few dozen threads, each retrieving data from a slow server over the Internet and then using a local database to record this data (so the process is Internet-bound, not LAN or CPU bound). With some regularity, I am getting a flood/flurry/burst of the following error from several threads simultaneously: System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The

Help troubleshooting SqlException: Timeout expired on connection, in a non-load situation

三世轮回 提交于 2019-12-17 10:17:43
问题 I have a server hosting a website of mine that has almost zero-traffic. A few people (< 20) enter the site every day, and a few RSS readers are subscribed to some feeds we put out. Almost every night, an RSS reader will hit us in the middle of the night and get an exception that the website can't connect to the SQL Server because of a Timeout in the connection. The details are extremely weird, so I'm looking for some help on what could be the issue, since I don't know where to start looking

Will “Always On” setting prevent BOTH idleTimeout and periodicRestart?

谁都会走 提交于 2019-12-17 09:55:33
问题 Has you may know, Web sites hosted under Microsoft Azure Web Sites service are by default configure to timeout after idling 20 minutes (idleTimeout) and the application pool to restart every 29 hours (periodicRestart). This cause the web site to be slow for the first user accessing it. I would like to know if the new "Always On" setting available on standard mode will prevent both situation from happening. I found a few articles mentioning the feature, they are all very clear that the idle

Connection timeout issue sending email in Django

佐手、 提交于 2019-12-13 12:39:19
问题 I read from http://www.packtpub.com/article/friends-via-email-social-web-application-django-1.0 and follow the steps: => And change my setting.py SITE_HOST = '127.0.0.1:8000' DEFAULT_FROM_EMAIL = 'KSO Publisher <soeng@xxxx.com.kh>' EMAIL_HOST = 'smtp.xxxx.com.kh' EMAIL_PORT = '25' EMAIL_HOST_USER = 'myusernamea@xxxx.com.kh' EMAIL_HOST_PASSWORD = 'mypassword' EMAIL_USE_TLS = False after I go to the command line python@python-desktop:~/workspace/kso$ python manage.py shell Python 2.5.2 (r252

Connection Timeout in Blackberry

这一生的挚爱 提交于 2019-12-13 03:26:16
问题 How to set Connection timeout in blackberry while fetching data using HttpConnection from url? I was passing ConnectionTimeout parameter in url but not working When there is no network,blanck screen should be displayed along with network error message. 回答1: From here: From DB-00526: Note: The ConnectionTimeout parameter is not supported by direct TCP connections or connections through a Wireless Application Protocol (WAP) gateway. Only TCP connections, made through the BlackBerry MDS