Re: Hooking a perl script to xinetd

2002-12-30 Thread Todd W
"Michael Weber" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a script that listens on a port for a connection, receives some > data over that connection, and writes it to a file. > > This works, but it takes up CPU cycles, RAM etc. when it waits. I am

Re: Hooking a perl script to xinetd

2002-12-28 Thread zentara
On Fri, 27 Dec 2002 12:17:36 -0600, [EMAIL PROTECTED] (Michael Weber) wrote: >I have a script that listens on a port for a connection, receives some >data over that connection, and writes it to a file. > >This works, but it takes up CPU cycles, RAM etc. when it waits. I am >trying to get the scri

RE: Hooking a perl script to xinetd

2002-12-27 Thread Kipp, James
> > I have a script that listens on a port for a connection, receives some > data over that connection, and writes it to a file. > > This works, but it takes up CPU cycles, RAM etc. when it waits. I am > trying to get the script to use xinetd instead. That way the > tcp daemon > will launch it

Hooking a perl script to xinetd

2002-12-27 Thread Michael Weber
I have a script that listens on a port for a connection, receives some data over that connection, and writes it to a file. This works, but it takes up CPU cycles, RAM etc. when it waits. I am trying to get the script to use xinetd instead. That way the tcp daemon will launch it when needed and l