Cronjob

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Cronjob

Post by GeXus »

How would I schedule a cronjob to run every 15 seconds? Thanks!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

You would need a cron daemon that supports a "seconds" field. I don't know such a daemon.
What are you trying to achieve?
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Post by GeXus »

Well, after doing a little research I think what I need is to create this as a background service... not sure how to do that though.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You could use a PHP script to launch a separate process every 15 seconds, but why do you need that level of granularity?
Post Reply