Skip to content

Instantly share code, notes, and snippets.

@toddlipcon
Created December 2, 2008 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toddlipcon/31201 to your computer and use it in GitHub Desktop.
Save toddlipcon/31201 to your computer and use it in GitHub Desktop.
set_time_limit(30);
ignore_user_abort(true);
while (!connection_aborted()) {
echo "\n";
flush();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment