Webserver python update script
Posted
by
ThePyCoder
on Super User
See other posts from Super User
or by ThePyCoder
Published on 2013-10-21T15:13:27Z
Indexed on
2013/10/21
15:58 UTC
Read the original article
Hit count: 286
So i have made this website on which you can trade stocks based on real stock quotes with virtual money. The stock quotes are in a MySQL database and are updated using a python script which runs every minute or so. Now, this works fine on my local machine with xampp but how about moving the project to a commercial web server?
Basically I want my page hosted by a professional company but do those kind of servers support python scripts running in the background? Because a dedicated server would be to expensive and the script does some other sql tasks too so it can't be replaced by PHP or so...
So, are there any good web hosting services out there who give me the possibility of running a script in the background and hosting a website in the foreground? For what server specifications do i have to look for?
Thnx in advance!
PS: I've done some research, and I found a python supporting web host WITH ssh support. Is that what I need? Or is the ssh not allowed to start processes?
© Super User or respective owner