So I've run in to a snag on one of my ideas. I have a HostGator host, and I'd like it to start a Python script on boot whenever they do maintenance and such. Unfortunetly, there's no way to add items to HostGator's boot process (if there is, please mention it as that'll solve my problem).
So, what I was thinking was creating a Ruby on Rails application that would simply run my Python scripts, as Ruby on Rails has the ability to start on boot with HostGator.
I have no experience when it comes to Rails, so I'm asking where exactly would be the best place to start? And if this idea is even worth going about at all to accomplish what I need. Any help is appreciated!
Rails
right? – Jaypal Jan 20 '12 at 7:56