0
How do I run a program from a server?
Hello. Just to clarify what I am asking: I want to write a lightweight program to manage my forum. Because there are not enough settings in the forum to do everything I need. So the program will parse and send emails depending on what is being posted (with prior permission of course). The program must run every minute and check the forum status. I want a program to run 24/7. So I need it on a server I think. Can I do this on any server? Its only very lightweight. It will be an exe file. Can I just transfer it to any hosting service and then execute it, so it continuously runs there (parsing my forum every minute)?
Thanks :)
doesn't sound lightweight to me... it also most likely won't be an .exe file – Tyson – 2014-07-25T16:34:13.400
Hi. Re duplicate: last question got put on hold for not being specific, I edited as requested but still on hold so I reposted.
Re. lightweight: I think I can make it into an exe file. Just has to load the HTML from my forum, parse the info, then send out some emails. – Danny – 2014-07-25T16:42:51.610