Top "Connection-timeout" questions

When a process attempts to connect to a remote service, and fails to do so after a predetermined period of time.

Set database timeout in Entity Framework

My command keeps timing out, so I need to change the default command timeout value. I've found myDb.Database.Connection.…

c# asp.net-mvc entity-framework .net-4.5 connection-timeout
Determine if $.ajax error is a timeout

I'm utilizing the magic of jQuery.ajax( settings ). However, I'm wondering if anyone has played with the timeout setting much? …

jquery ajax connection-timeout
MySQL Workbench: How to keep the connection alive

Error Code: 2013. Lost connection to MySQL server during query I am using MySQL Workbench. Also, I am running a batch …

mysql sql mysql-workbench connection-timeout
Increasing the Command Timeout for SQL command

I have a little problem and hoping someone can give me some advice. I am running a SQL command, but …

c# sql ado.net connection-timeout
ssh server connect to host xxx port 22: Connection timed out on linux-ubuntu

I am trying to connect to remote server via ssh but getting connection timeout. I ran the following command ssh …

ssh connection-timeout linode
How long will the browser wait after an ajax request?

How long can the browser wait before an error is shown before server answers for request? Can this time be …

ajax request connection-timeout
Retrofit 2: Catch connection timeout exception

I have the following setup: final OkHttpClient okHttpClient = new OkHttpClient(); okHttpClient.setReadTimeout(5, TimeUnit.SECONDS); okHttpClient.setConnectTimeout(5, TimeUnit.SECONDS); RestAdapter.Builder …

android retrofit connection-timeout okhttp
How to Fix Read timed out in Elasticsearch

I used Elasticsearch-1.1.0 to index tweets. The indexing process is okay. Then I upgraded the version. Now I use Elasticsearch-1.3.2, …

elasticsearch timeout connection-timeout timeoutexception executiontimeout
SoapUI: ConnectException: Connection timed out:

i try to send request via REST. I get success response when using firefox rest-client, but in SoapUI i get …

rest connection soapui connection-timeout
PHP MySQL set Connection Timeout

There are certain posts on MySQL connection set time out from PHP using mysql.connect_timeout. I want to know …

php mysql connection-timeout