News Feed
Jobs Feed
Sections




News Archive
Paul Reinheimer's Blog:
When does a user abort?
October 03, 2007 @ 07:52:00

Paul Reinheimer recently discovered something interesting about how PHP handles users aborts (hitting the stop button in the browser, closing it) and the steps the language follows after that.

I was under the impression that when the user hit stop, the script stopped. Which is: bad, and wrong. PHP doesn't detect that the user has terminated the connection, it has no clue, it obligingly continues processing along, until it attempts to send information to the user.

The "ignore_user_abort" configuration option in the php.ini controls some of this, allowing for you to specify whether or not the script should go ahead and finish out even after PHP has discovered that the client has been disconnected. There's also a function that allows you to specify the same thing on a script-by-script basis (in both PHP4 and PHP5).

0 comments voice your opinion now!
user abort script phpini ignoreuserabort disconnect user abort script phpini ignoreuserabort disconnect


blog comments powered by Disqus

Similar Posts

DevShed: Building a User Management Application

PHPBuilder.com: Implementing User Defined Interfaces in PHP 5

Dallas PHP User\'s Group: PHP5 Exception Handling (presentation)

PHPBuilder.com: Validating PHP User Sessions

Tobias Schlitt's Blog: PHPUGDO plans "PHP introduction workshop"


Community Events









Don't see your event here?
Let us know!


community framework opinion functional interview phpunit zendframework2 object language unittest event example composer code api introduction database development testing release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework