Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Mar 23, 2011 5:15 pm 
Offline
Senior Member

Joined: Sun Mar 28, 2010 2:43 pm
Posts: 76
Website: http://tomakefast.com
Location: Texas
Best way to run a PHP-CLI script forever, even if I'm not logged in.

Last time I looked this up there were several options.

I would love to hear some suggestions.

Let's say I have a PHP script running in an endless loop on my Fedora VPS doing various things for me all day long and I want it to run forever, even when I'm not logged in.

Also: If the script dies for some reason, I would like to see the last moments of its death (say I'm drawing cool stuff to the terminal, not keeping an error log.)

Thanks!

_________________
PHP Development @ Tomakefast


Top
   
 Post subject:
PostPosted: Wed Mar 23, 2011 5:57 pm 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
The same way that any other program does? usleep() in a loop, or if you're waiting on a network socket, socket_select() with a null timeout (blocks forever until there's network activity to handle)?

The easiest way to run it in the background and see the output (other than redirecting stdout and stderr to a file) might be to use screen.


Top
   
 Post subject:
PostPosted: Wed Mar 23, 2011 10:23 pm 
Offline
Senior Member

Joined: Sun Mar 28, 2010 2:43 pm
Posts: 76
Website: http://tomakefast.com
Location: Texas
Guspaz wrote:
The same way that any other program does? usleep() in a loop, or if you're waiting on a network socket, socket_select() with a null timeout (blocks forever until there's network activity to handle)?

The easiest way to run it in the background and see the output (other than redirecting stdout and stderr to a file) might be to use screen.


Thanks Guspaz, I was thinking of "screen" but I couldn't remember the name.

_________________
PHP Development @ Tomakefast


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group