Click to See Complete Forum and Search --> : Anyone know of a host with per-second cron jobs?


Verdagon
04-05-2009, 01:53 AM
Hey everyone, my friend's dad is looking for a web host that will allow his cron jobs to run every second. Most hosts apparently dont allow cron jobs faster than 5 seconds apart.

How often a host can run cron jobs isn't really advertised on their sites so I'm having a bit of trouble finding a host. I've resorted to just sending emails to sales addresses asking about it.

Does anyone know how I can find a host like this?

Thanks,

- Evan

scragar
04-05-2009, 09:00 AM
Is there some reason why you can't use sleep() (http://php.net/sleep) to achieve this goal?