Re: [twsocket] Nagios like communication

2014-06-18 Thread Tobias Rapp
Florian Hector wrote: I would like to implement a new feature into one of my applications where I can ask for a status through a (VPN)network connection, kind of like Nagios does. Or maybe even build functionality into it so that it can be queried by Nagios. Which methods/components

Re: [twsocket] HTTP server keep-alive timeout aborts GET request

2013-07-03 Thread Tobias Rapp
Angus Robertson - Magenta Systems Ltd wrote: should I add a new connection state hcIdle for it Yes, a new THttpConnectionState makes sense, but do check the code carefully to see what else is dependent upon it. On a second look the existing hcRequest state seems to be the state that I am

Re: [twsocket] HTTP server keep-alive timeout aborts GET request

2013-07-02 Thread Tobias Rapp
Angus Robertson - Magenta Systems Ltd wrote: Never really looked at KeepAlive. From the naming it sounds like a means of keeping an idle connection open, but in practice seems to be implemented as an idle timeout, and 10 seconds is very short for such a timeout. I don't think so. According