register_shutdown_function() doesnt work either. Seems to be IIS caching the output
until the script finishes. Anyone else have an idea?
-- Original Message --
From: "Bas van Rooijen" <[EMAIL PROTECTED]>
Reply-To: "Bas van Rooijen" <[EMAIL PROTECTED]>
Da
>Thanks for the reply but leave the "duh's!" out of comments please.
I'll think about it ;)
bvr.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL P
Thanks for the reply but leave the "duh's!" out of comments please.
-- Original Message --
From: "Bas van Rooijen" <[EMAIL PROTECTED]>
Reply-To: "Bas van Rooijen" <[EMAIL PROTECTED]>
Date: Wed, 02 Jan 2002 22:32:53 +0100
Hi,
You could use register_shut
Hi,
You could use register_shutdown_function() which should be called before the script
ends (duh!).
Define a function for your process and pass it's name to register_shutdown_function() .
bvr.
On Wed, 2 Jan 2002 15:14:59 -0600, charlesk wrote:
>This works almost. Instead of having echo
See the pcntl extension in CVS
On Thu, 13 Sep 2001, Jonathan Chum wrote:
> I'm developing an app in PHP whereby I need to run simulataneous routines at
> once, but have some sort of control on how many instances of the childs will
> be spawned and died before another batch is started.
>
> Basica
5 matches
Mail list logo