On Tue, Sep 11, 2012 at 4:33 PM, Marcelo Titonelli
<[email protected]> wrote:
>
> I'm asking for a function as register_shutdown_function used to be, when it 
> executed after client disconnects.
> Reason: Get faster responses to the user when some considerably 'slow' 
> process might be executed in background, after processes.
> I know it could be done by some custom function, as well as it's possible 
> through Output Control Buffers Functions, but it's more code to write, more 
> commands to be processed by server and it'd 'conflict' with output_buffering 
> setting from php.ini so you'd also need to manage it.
> Also, the current function could be simulated easier than the old one, but 
> it's the one chosen.
> It can easily be done by you, as it's just copy & paste, so I hope it's 
> implemented.
> Thanks in advance.

    Hello, Marcelo;

    Please submit this and any future requests as a feature request at
https://bugs.php.net/ so it can be evaluated and, if approved,
implemented.  From there, you'll be able to follow the status, as
well.

-- 
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/

--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to