I\'m using libcurl to communicate with Twitter and Identi.ca. Everything works perfectly as long as my connection isn\'t busy. But if I\'m downloading a large file, the curl requests timeout after 5 s
I am experiencing a sql timeout in my .net code.If the past is any indicator, it is usually caused by a db call not being included in the transaction.What is a good way to determine (during run-time)
I am having problems in my iphone application due to weak wifi signals.My application uses webservice to retireve data from our server but when Wifi signals are weak the response never comes back and
I my mixed-mode C++ application I notice the following strange effects: If I start the executable outside Visual Studio, all unmanaged global variables are correctly destructed.
While working with the sockets library in python 2.7, I am encountering an issue with getting the code to flow the way I want it to. I\'d like the code to iterate over a range of IP addresses and open
I recently did an upgrade of an aging app to 0.4.7 from 0.2.6. The upgrade went pretty smoothly and most of the problems seemed to be related to libraries. I\'m using express to server up rest api cal
This question already has answers here: Closed 10 years ago. Possible Duplicate: How to set a timeout on blocking sockets in boost asio?
Are PHP scripts run using the \"php\" command affected by the timeout limit? I plan to sched开发者_StackOverflowule php scripts using cron.Yes, but you can set an unlimited timeout by adding this to t
i\'m currently have a problem by using the SetTimeOut function. The thing is that i need to use it by passing a parameter, but it didn\'t work...