Mobile app version of vmapp.org
Login or Join
Smith883

: Web hosting that allows background processes? I am thinking of starting a website, but for it to work, I need a ruby script constantly running in the background. Can you recommend any web

@Smith883

Posted in: #WebDevelopment #WebHosting

I am thinking of starting a website, but for it to work, I need a ruby script constantly running in the background.

Can you recommend any web hosts that allow this?

Thanks!

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Smith883

3 Comments

Sorted by latest first Latest Oldest Best

 

@Shanna517

As mootinator said, any host which allows you to run cron jobs should allow it as long as your process isn't against their TOS. With a VPS or dedicated server you can pretty much run whatever you want, but even most decent shared hosts will allow you to run background processes as long as they're not too resource intensive.

For example, DreamHost allows you to run persistent background processes on their shared hosting so long as they aren't disruptive and don't involve IRC, bittorrent, or streaming media. Otherwise, you need to switch to a VPS plan.

10% popularity Vote Up Vote Down


 

@Megan663

If you have VPS or dedicated hosting then you can set up cronjob for this.
Heroku lets you run cron job as addon
HostingRails allows it.
EngineYard allows it too
I'm sure most others will do.

10% popularity Vote Up Vote Down


 

@Chiappetta492

Any host which allows you to have crontab entries (use @reboot as the start time) should work unless your process specifically breaks their Terms of Service in some way.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme