Questions tagged as 'timeout'

1
answer

ajax apache 503 after 60 seconds

When making an ajax request from javascript to my server, always after 60 seconds it returns http 503 code. The other strange thing is that the script on the server finishes satisfactorily because later I check and do everything I had to do, but...
asked by 09.08.2017 / 17:09
0
answers

Connection timed out

Several months ago I have a Drupal CMS site Mercado Pago Payment working correctly. However, in the last few days I'm having a timeout when invoking the create_preference($preference) method using the version 0.5.2 of the...
asked by 27.01.2017 / 00:02
2
answers

Optimize a list of SQLServer in C #

I have to list about 900000 records from a database, and then do a tour in C # with a FOR, but being too many records I get the error of waiting time exhausted. Is there any way to accelerate this? This is my SP in SQL: The result is 870000 reco...
asked by 20.11.2018 / 19:50
1
answer

wait time for the components to load and show page

Hi, I'm working on angularjs in a project that has included TWINESOCIAL in which I show social networks, this I have it in a section in the view: <div class=""> <script id="twine-script" src="//apps.twinesocial.com/embed?app=pron...
asked by 05.01.2017 / 21:03
1
answer

Put time to beforeSend and Success

you can set the time before send, that is to say at least that the load of the beforeSend takes 1sec, and then after the success I want to close the modal and it will have to have a lapse of time. Try with the timeout but do nothing ......
asked by 24.09.2018 / 07:37
0
answers

How to reprocess the same information when the response of a Web Service Generates error?

They know how to program so that the same values are returned and re-processed when the response of a WebService generates a timeout error, the code is Python The WebService gives information something like this ID ='1', Systema ='PRUEBA',...
asked by 07.08.2018 / 18:47
0
answers

client.connect (server.getsockname ()) TimeoutError: [WinError 10060] Python

I'm trying to create a server program in python but when I run it I get this error: C:\Users\dpedraza.VARIADORES\AppData\Local\Programs\Python\Python36-32\python.exe "C:/Users/dpedraza.VARIADORES/Desktop/Prueba Event/ventana.py" Traceback (mos...
asked by 19.07.2018 / 01:06
1
answer

How to stop waiting for an element when finding it (Javascript)

I have a question. I have the following code to wait for these elements and assign them those values. The problem is that the page is in loop thanks to the change event. I would like to know how to stop the timeout after having found those eleme...
asked by 10.07.2018 / 04:39
0
answers

default_socket_timeout SoapClient php does not work

I'm trying to define a timeout limit in a call to a webservice, for this I'm using the command ini_set('default_socket_timeout', 2); but still waiting until the end of the server response. The documentation says that this is the line th...
asked by 24.04.2018 / 22:54
0
answers

Error in sending data to web server

I have a big problem, I made an application that obtains data of latitude and longitude and every minute this data is sent to a server (it is not local), when running the application only 1 device is the one that registers the data, the second,...
asked by 14.03.2018 / 17:18