hi
check this:
http://www.linuks.net/robot.phps
best regards
attila strauss
>
> If I want to pipe, say an incoming email to a PHP script (assuming I
> have php compiled as a cgi binary), how do I deal with when it needs to
> receive the stream of data, how to figure out when there is n
"Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote:
> Steve Werby wrote:
>
> > Exactly. It sounds like you're doing INSERTs so unless you're doing an
> > UPDATE or SELECT that can give unexpected results if another instance of
the
> > script is running at the same time or you have other scripts acces
Steve Werby wrote:
> Exactly. It sounds like you're doing INSERTs so unless you're doing an
> UPDATE or SELECT that can give unexpected results if another instance of the
> script is running at the same time or you have other scripts accessing the
> same files/tables that may run at the same tim
"David Robley" <[EMAIL PROTECTED]> wrote:
> On Wed, 21 Nov 2001 14:52, Ashley M. Kirchner wrote:
> > David Robley wrote:
> > > The OS will take care of this by firing up another instance of
> > > your script. All you need to do is be aware of the possibility of
> > > multiple instances doing ?thin
On Wed, 21 Nov 2001 14:52, Ashley M. Kirchner wrote:
> David Robley wrote:
> > The OS will take care of this by firing up another instance of
> > your script. All you need to do is be aware of the possibility of
> > multiple instances doing ?things? at around the same time and make
> > sure that y
David Robley wrote:
> The OS will take care of this by firing up another instance of
> your script. All you need to do is be aware of the possibility of
> multiple instances doing ?things? at around the same time and make sure
> that you don't have say several instances all writing to the same fi
On Wed, 21 Nov 2001 13:04, Ashley M. Kirchner wrote:
> If I want to pipe, say an incoming email to a PHP script (assuming
> I have php compiled as a cgi binary), how do I deal with when it needs
> to receive the stream of data, how to figure out when there is no more
> coming before it actuall
"Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote:
> If I want to pipe, say an incoming email to a PHP script (assuming I
> have php compiled as a cgi binary), how do I deal with when it needs to
> receive the stream of data, how to figure out when there is no more
> coming before it actually sta
8 matches
Mail list logo