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
This works almost. Instead of having echo "hello"; you have a huge process that takes
a while, the browser wont redirect until the script is finished. This seems to be a
"feature" of IIS. Has anyone found a way to do something similar in PHP 4.1.0, IIS
5.0, Windows 2000 Server?
I basically
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
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.
Basically, I'm thinking of using a for loop that loops. Let's say I have 20
loops that I n
7 matches
Mail list logo