"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
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
>
> 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
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