Just a quick question,
I'm writing a script(in autoit ) that keeps track of all the students in my school's marks/merits/demerits, the problem that I'm facing is getting a server that runs 24/7 handling incoming sync requests from the teachers PCs - because you never know when they might hit the "sync files" button.
I had an idea to use e-mails to store the sync data and process it later, but the server has to be running to send the file back out.
Any ideas?