The timeout term refers to a predefined period of time allowed to elapse before an event is to occur. Timeout may also refer to an event that takes place after a specified period of time elapses.
0
votes
0answers
44 views
[soapclient.soapclient]: failed to open stream: Connection timed out
I have a problem to invoke a web service with SoapClient.
Code :
$soap_client = new SoapClient("https://$server_url/wsdl/SessionAdminService.wsdl", ...
0
votes
0answers
25 views
Reduce the file upload timeout (Glassfish / Commons-fileupload)
I have a quite uncommon problem : i want to reduce time before a timeout while uploading a file!
I use the library commons-fileupload (v1.3) to upload files with multipart/form-data on my glassfish ...
0
votes
1answer
65 views
Worklight: Timeout does not log out users
I have specified below settings in my App but App is not getting Time out?
timeout: 60000 ,
heartBeatIntervalInSecs: 5 * 60
I have modified my code and am trying to re-load the App when connection ...
3
votes
2answers
102 views
Application Logging user off after being idle 10 mintues
I am doing a group project with 4 other people. We are designing a job kiosk in ASP.NET in MVC4 with embedded c# and Razor. It generates dynamic web pages from a server. We are using Visual Studio ...
-2
votes
1answer
45 views
Is there a way to change an object in html after 90 seconds of an action with javascript?
Is there a way to change an object in html after 90 seconds of an action with javascript? I have a download button that, once pressed I want it to be replaced by two other buttons after 90 seconds. ...
0
votes
1answer
35 views
Does tcp/ip protocol explained when connection will time out or be refused?
While a tcp client is connecting to a tcp server, and at same time the Listening port at server side hasn't been established. At this time will the tcp client report connection refused exception or ...
0
votes
0answers
16 views
Jboss timeout error
I am using Jboss v4.2 on eclipse Juno. when I start the Jboss, the server starts, but after some time, I get this error message
" Server Jboss was unable to start within 50 seconds. If the server ...
0
votes
0answers
34 views
How to handle timeout of AsynchronousResponse object in RestEasy
i am implementing a jax-rs service with RestEasy on JBoss AS 7.1.2 an i would like to use asynchronous HTTP processsing as described here: ...
2
votes
3answers
77 views
Avoid Heroku Boot timeout on Grails App
We have a grails app deployed in heroku cedar, our app takes more than 60 seconds to start, and according to heroku:
A web process took longer than 60 seconds to bind to its assigned
$PORT. ...
0
votes
1answer
44 views
simple PHP script with sleep function not working, Browser prompt to download .php file
When I execute following php file (after some time) browser will ask to download file
<?php
ini_set("max_execution_time", 0);
set_time_limit(0);
for($i=0;$i<10;$i++){
echo ...
0
votes
1answer
62 views
VBScript onTimeout then function
I have a VBScript I am working on that uses another object.
Sometimes that Object will get stuck. My VBScript code will hang on that line until it's "done". When it times out, I want to send the ...
2
votes
2answers
77 views
How to read for X seconds maximum in C++?
I want my program to wait for something to read in a FIFO, but if the read (I use std::fstream) lasts more than 5 seconds, I want it to exit.
Is it possible or do I have to use alarm absolutely?
...
1
vote
1answer
63 views
Retry testing sites after timeout error in Watir
I am going through a list of sites and going to each one using Watir to look for something in the source code of each page. However, after about 20 or 30 sites, the browser times out when loading a ...
0
votes
0answers
11 views
org.jboss.seam.ConcurrentRequestTimeoutException randomly
I' ve made a web application using Jboss Seam 2.3 and Primefaces 3.5. I am getting this exception quite randomly and the worst part is that I need to restart my tomcat cause the aplication dont ...
2
votes
2answers
63 views
PHP Sessions expiry time - keeping session alive for a specific number of minutes/hours/days
I have a site that creates a Session for shopping carts.
$_SESSION['cart']=array();
It seems as if the server automatically kills the session after X time of inactivity, I assume this is set in ...
0
votes
0answers
40 views
Firefox re-POST on timeout
I'm facing a strange issue on Firefox (20),
I'm submitting a post which executes a long (~20 minutes) script in PHP, the PHP execution time is large enough and in finishes normally, for some reason ...
0
votes
1answer
79 views
Random unicorn timeouts and flapping
I'm running a pretty high-traffic Rails 3.2 app on Unicorn and Nginx (multiple web nodes), but every once in a while I will see Unicorn workers start timing out and getting sigkilled by the Unicorn ...
0
votes
3answers
102 views
Timeout in DefaultHttpClient
I'm a little confused on how the timeouts in DefaultHttpClient work.
I'm using this code:
private DefaultHttpClient createHttpClient() {
HttpParams my_httpParams = new BasicHttpParams();
...
4
votes
2answers
164 views
Why is Angular $timeout blocking End-To-End tests?
I've made a directive which is used to show notification messages to a user. To show the notification I wrote this:
$scope.$watch($messaging.isUpdated, function() {
$scope.messages = ...
2
votes
0answers
93 views
Bash script that kills a output redirection after a period of time
I'm looking for a lightweight solution to kill a command with output redirection if it hangs. my current solution
if [[ -w /tmp/mypipe ]]; then
timeout --kill-after 10 5 echo "1" > /tmp/mypipe
...
0
votes
2answers
23 views
how to deal with timeout in ROR project
I am working for a project with ruby on rails. There's one page with a list of items you can choose multiple of them and change their information at a time. But when the data are too huge and you ...
0
votes
1answer
43 views
Nginx: When is the fastcgi-proxy triggered? After request-header or after request-body is loaded?
Is the PHP setting max_input_time relevant, when having nginx as webserver in front?
The whole story:
Take the case that a visitor is uploading a file. The nginx webserver, listening on port 80, ...
0
votes
0answers
27 views
Timeout VB External Web Service
I have this code
Dim oService As New Service.ClientGEN()
AvailRS = oService.HotelAvailability(rq)
And I want to develope a timeout here because if i dont obtain availRS in, for example, 5 seconds ...
0
votes
0answers
81 views
$timeout in AngularJs isnt working well
I use $timeout function to hide div after 4 seconds when click on it.
it works well, but after I do some other actions in my site, it get slow, and happen after 8 - 10 seconds instead of 4.
this is ...
0
votes
1answer
33 views
JMS message not delivered until receiver times out
In my application,I am using MDBs to listen to messages from a queue and then posting a request message to another queue. This posting of message to another queue happens within the MDB. Then I wait ...
0
votes
1answer
41 views
SQL_ATTR_QUERY_TIMEOUT Not Timing Out
Setup
Using SQL Server 2008 R2.
I have an ODBC call to a stored procedure that should time out after 3 seconds by using the SQLSetStmtAttr function with the SQL_ATTR_QUERY_TIMEOUT parameter.
...
0
votes
0answers
17 views
How to tie/sync Session Timeout together of subdomain sites
I have two sites
a.mysite.com2 minute session timeout
b.mysite.com5 minute session timeout
While i navigate around on b.mysite.com i dont want to have my session killed on a.mysite.com
I'm able to ...
1
vote
1answer
46 views
Devise Async + Sidekiq + sendmail timeout
I'm getting timeouts with using Sidekiq::Extensions::DelayedMailer.
Does anyone know how to change the timeout time to be longer so that Sidekiq can send messages successfully?
Here is my logdump:
...
0
votes
1answer
97 views
Setting ConnectionTimeout for OdbcConnection (System.Data.Odbc) in c# does not work
I have a .net 4.0 c# application which needs an odbc connection to mssql 2008. The connection usually works perfect. But when I run a query which usually runs for some minutes (and no, at this point ...
0
votes
1answer
46 views
what is best way to implement thread maximum execution time (in python/gtk)?
What is the best known practice to implement a thread job timeout (ie: kill the job after a maximum of X seconds) ?
I wrote the following python code. I read a lot of different way to implement this ...
0
votes
1answer
71 views
twitter search Api connect timeout
I am running this program to search for tweets. Getting the below exception pasted.
Could any one help me what the problem is?
please let me know if any other details required.
Thanks
public ...
1
vote
1answer
105 views
requirejs timeout error
I'm using js/html/node-webkit to build standalone app and have an issue with loading js files.
Files tree:
/
|-files/
| |-additionals/
| | |-jquery.form.js
| |-bootstrap/
| ...
0
votes
0answers
134 views
Tomcat 7: mapMappableContainerException + SocketTimeoutException
On a tomcat server (tomcat 7), every once in a while, the following exception is being shown:
com.sun.jersey.spi.container.ContainerResponse mapMappableContainerException
SEVERE: The exception ...
0
votes
0answers
195 views
org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool
I use Multi-thread to scan the different URL in the same time in java. There was the bug,if the sum of request time exceed 100,000. I have already close which i should close. Here the code from my ...
0
votes
0answers
57 views
Petapoco Paging timeout
I'm using Petapoco with SQL Server and when I run a query that returns me 5000 rows petapoco works fine, but when I try to page it with db.page<> it just don't work.
I get a timeout error and SQL ...
0
votes
2answers
48 views
How to implement a timeout control for urlllib2.urlopen
How to implement a controlling for urlllib2.urlopen in Python ? I just wanna monitor that if in 5 seconds no xml data return, cut this connection and connect again? Should I use some timer? thx
4
votes
1answer
106 views
C++ 11 alternative pthread_cond_timedwait
I need to make a thread waiting until either
a timeout is expired, or
a variable is changed by another thread
After some research I've found out pthreads got pthread_cond_timedwait which could be ...
0
votes
1answer
44 views
Timeout does not apply to asynchronous operations. What is the idea behind it?
IHttpAsyncHandler, asynchronous webservices, HttpWebRequest.BeginGetResponse,... seem never timeout.
Timeout seems to apply only to synchronous operations.
I really want to know the reason why ...
-1
votes
1answer
50 views
Keep screen on from a service
I would like to know how to keep the screen permanently on from a service. Here is the scenario for the code:
User plugs phone into power outlet,
Broadcast receiver gets event, start a service that ...
0
votes
0answers
45 views
Multithreading many web requests in VB.NET
Private Sub threadimportbtcUSD()
Do
Dim postReq As HttpWebRequest = DirectCast(WebRequest.Create("https://btc-e.com/api/2/btc_usd/depth"), HttpWebRequest)
Try
...
0
votes
2answers
54 views
PHP script (algorithm) - only loops till a certain iteration after which it stops
I am running an algorithm in PHP which has a lot of data involved. All the processing happens within a nested for loop. Strangely, the outer for loop stops working after 'X' number of iterations ...
0
votes
0answers
22 views
Tomcat in Eclipse: It runs but time out during startup anyway, maybe
I have the same problem as Tomcat in Eclipse: It runs but time out during startup anyway, as long as I start running an application associated with my Tomcat 5.5 server before the server it started.
...
0
votes
1answer
71 views
Go TCP timeout not working?
I'm using net.Listen() to listen TCP connections from clients.
When client established a connection, Handler(conn net.Conn) will handle it.
func Handler(conn net.Conn) {
read_len, err := ...
1
vote
1answer
47 views
Javascript post timeout
Problem description:
I'm making a post request inside of $.each loop:
$.each(companies, function() {
appAPI.request.post({
url: url,
postData: postdata,
onSuccess: ...
1
vote
1answer
58 views
Large file upload not going to custom error page when way over size limit
In my web config I specify a max size allowed and the custom error page with the following settings:
<system.web>
<httpRuntime maxRequestLength="102400" executionTimeout="600"/>
.
.
.
...
1
vote
1answer
93 views
MySql Innodb table strange SELECT lock / timeout
I'm having a strange problem with a SELECT in an Innodb table, it never returns, I waited more than two hours to see if I get the results but no, still waiting.
CREATE TABLE `example` (
`id` ...
0
votes
1answer
119 views
Connection Timeout on aws when Telnet on Port 25 [closed]
Thanks you for your time.
I have just set up a Postfix mail server which is running as MTA in one of my aws instances. I can successfully connect to the localhost through 'telnet localhost 25', and I ...
0
votes
0answers
64 views
Is oracle tablespace locked during DDL operations?
Given that
there is a single tablespace pointing to one file, and there are many schemas pointing to that tablespace and there are many simultaneous jobs doing heavy DDL operations (dropping ...
0
votes
1answer
28 views
Restricting the Web service request itself gets resubmitted after 5 minutes
the web service request for one of our java rest service gets submitted again from the client/browser after ever 5 minutes in case when the service is taking longer to execute.
Can we restrict this ...
7
votes
1answer
74 views
Concurrent collection for .NET with timeouts?
I have a concurrent collection.
var q = new ConcurrentQueue<int>(); // Or a stack/bag/etc...
I can get an item like this.
int i;
if (q.TryDequeue(out i))
DoStuff(i);
But I need it like ...




