I have a python data analysis script that runs for many hours, and while it was running on my desktop, with fans blazing I realized I could just run it on a hosting account remotely in bkgnd and let it rip.
But I'm wondering - is this generally frowned upon by hosting providers? Are they assuming that all my CPU/memory usage is bursty-usage from my Apache2 instance and a flat-out process running for 12hrs will get killed by their sysop?
Or do they assume I'm paying for usage, so knock yourself out? My script and its data is self-contained and is using no network or database resources.
Any experience with that?