Tagged Questions

0
votes
4answers
91 views

How to grab live text from a URL?

Im trying to grab all data(text) coming from a URL which is constantly sending text, I tried using PHP but that would mean having the script running the whole time which it isn’t really made for (I …
0
votes
1answer
46 views

apache proxy to tomcat keep alive confusion

I have an apache 2.2 server infront of a tomcat 6 server. using mod_proxy_ajp on apache to proxy requests to tomcat. pretty standard setup. If I need to disable keep-alive connections for browsers, …
2
votes
4answers
112 views

iPhone app running while screen locked

Here is something I am trying desperately to get to work: I have an app that polls the GPS module in specified intervals and then sends out coords out to a server using Unix calls such as write(); It …
2
votes
5answers
130 views

Keep session alive forever as stackoverflow

I need to keep the session live unless until the user clicks logout in my asp.net mvc(C#) application. When the user closes the browser and opens again, the session should continue with the values. …
0
votes
2answers
50 views

long running http connection never gets response back

I am making an http request which ends up taking more than 8 mins. For me, this long running request work fine. I am able to get a response back to my browser without any issues. (I am located on the …
1
vote
2answers
232 views

ASP.NET AJAX and keeping the Session alive - What is the standard way to do it?

Long time ASP.NET Webforms developer, new to Ajax development (mostly via the UpdatePanel control !). Since no postbacks are happening the server does not reset the user’s session timeout counter, …
1
vote
1answer
182 views

How do I prevent my .NET SOAP client from including “Connection: KeepAlive” in the HTTP headers. (using WSE3.0)

In the HTTP Connection header, my web service client is including: Connection: Keep-Alive I want to disable this. After doing some research, it appears the way to do this is to set the KeepAlive …
1
vote
4answers
398 views

Does a TCP socket connection have a “keep alive”?

I have heard of HTTP keep-alive but for now I want to open a socket connection with a remote server. Now will this socket connection remain open forever or is there a timeout limit associated with it …
0
votes
0answers
188 views

IIS Keep-Alive between web and app server

Hi everyone! We have been having some performance issues with our application for the past couple of weeks. I've come close to posting a couple of times but due to some of our interesting …
2
votes
3answers
710 views

Simple comet example using php and jquery

I have searched on google for hours without finding a good and simple example of the comet technique using PHP. I just need an example that uses a persistent HTTP connection or something similar. I …
0
votes
1answer
350 views

Axis Web Service Keep Alive

I have an axis web service running in Tomcat. Clients are making connections without sending a Connection: close header in HTTP 1.1 which means that the default is Keep-Alive. Unfortunately the client …
2
votes
3answers
171 views

How to keep an App Engine/Java app running with deaf requests from a Java/Python web cron?

App Engine allows you 30 seconds to load your application My application takes around 30 seconds - sometimes more, sometimes less. I don't know how to fix this. If the app is idle (does not receive a …
2
votes
1answer
353 views

Configuring lighttpd for many lightweight concurrent Keep-Alive http connections

I am using lighttpd as a front-end proxy to my custom HTTP based application server. I need to configure lighttpd for a large number (let's say around 5000) simultaneous http connections which have a …
3
votes
2answers
442 views

Keep alive code fails with new RDP client

Hello - For our Secure Terminal Server project, we have a need to keep the RDP session open, that is, to prevent the remote computer from timing out and locking the session. A little background: We …
2
votes
5answers
448 views

Why are my ASP.NET pages returning `200 OK` without any authentication headers being sent?

Note: This question has broadened in scope from previous revisions. I have tried to simplify the issue so it can be easily reproduced by anyone. Using Fiddler, I can replay an arbitrary request …

1 2 next
15 30 50 per page