From: barmar@alum.mit.edu   
      
   In article ,   
    Jorgen Grahn wrote:   
      
   > On Tue, 2010-04-20, Singh wrote:   
   > > Hi,   
   > > I am developing a daemon which will monitor an agent running on a   
   > > linux system. A client from some other host connects to the agent and   
   > > performs some work, once the client disconnects i need to stop that   
   > > agent.   
   >   
   > It would be much, much better if the agent could stop itself. Or be   
   > implemented as an inetd service, so it happens automatically[1].   
   >   
   > The way the design looks now ...   
   >   
   > > for that i need to get the information in the daemon when the   
   > > client's connection close to the agent so that i can proceed to stop   
   > > the agent from the daemon running.   
   >   
   > ... it's not really a networking question in the normal sense. It's   
   > a Linux process monitoring question.   
   >   
   > /Jorgen   
   >   
   > [1] I guess inetd services still need to implement their own timeouts   
   > though. I'm not 100% sure about that, and too lazy to RTFM.   
      
   Inetd uses a completely different model. It starts a new instance of   
   the server for each connection, there's no single agent that needs to be   
   stopped.   
      
   --   
   Barry Margolin, barmar@alum.mit.edu   
   Arlington, MA   
   *** PLEASE don't copy me on replies, I'll read them in the group ***   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|