Random Thoughts on software related topics such as web, web 2.0, mobile, servers, networks, programming, social networks, engineering, science, and more...
Showing posts with label unstable. Show all posts
Showing posts with label unstable. Show all posts
Monday, July 7, 2008
PHP user's aborting scripts
ignore_user_abort() ignores user's aborting the execution of a script. This can prevent a system from coming to an unstable state. If a script executes and has two critical operations which depend on each other, then both of these should be executed and not just one of these operations. Use ignore_user_abort(TRUE); to prevent this occurrence.
Labels:
abort,
administration,
executes,
ignore,
ignore_user_abort,
operations,
php,
script,
server,
state,
system,
true,
unstable,
user,
web,
web 2.0,
web developer
Subscribe to:
Posts (Atom)