Computer Science Canada Server Ticks |
Author: | Archi [ Fri Jan 30, 2004 11:44 am ] |
Post subject: | Server Ticks |
I was curious how I could make my server "tick" That is every 30 min or w/e, it does a set thing. Much like web-based games that are run through ticks or turns. How could I set my server up like that? |
Author: | octopi [ Fri Jan 30, 2004 12:05 pm ] |
Post subject: | |
on windows, look into task schedualing on unix/bsd/linux look for something called cron, or cronjobs. |