hobbes Posted September 10, 2008 Share Posted September 10, 2008 When playing some popular mccode based games, you tend to encounter server maintenance during the cron day reset. My question is, what all happens during that time? Is it only to process the cron day and what's in the cron that needs to halt a game for a few minutes? Or is it just database backup? I'm sure it's a combination of things depending on the server but I was just curious to find out more. Quote Link to comment Share on other sites More sharing options...
POG1 Posted September 10, 2008 Share Posted September 10, 2008 Re: Maintenance i don't think mccodes has downtime at the end of the day :S Quote Link to comment Share on other sites More sharing options...
dementor Posted September 10, 2008 Share Posted September 10, 2008 Re: Maintenance He is talking of such games as TC and RV Quote Link to comment Share on other sites More sharing options...
mdshare Posted September 10, 2008 Share Posted September 10, 2008 Re: Maintenance php games - Extremly badly written mysql and db structure would cause serious lag if they don't lock the game for a few minutes. client/server games have usually a weekly maintenance - During a maintenance of such games all maps, mobs, etc get reset and put on their initiall location - Often used also to update the game In both cases 99% doesn't know what a daily backup is, often seen that they have to set the game back to weeks before with fake reasons like last backups are corrupted etc... Quote Link to comment Share on other sites More sharing options...
Zero-Affect Posted September 10, 2008 Share Posted September 10, 2008 Re: Maintenance lol i just coded a nice log clearing mod in my cpanel that clears everything and i run it once a week... no need to close Quote Link to comment Share on other sites More sharing options...
dementor Posted September 11, 2008 Share Posted September 11, 2008 Re: Maintenance Hum, I clear my DB of old data daily Not sure if that helps an9ything though :P Quote Link to comment Share on other sites More sharing options...
Zero-Affect Posted September 11, 2008 Share Posted September 11, 2008 Re: Maintenance daily is a good idea but i prefer weekly only have like 150 members that login daily Quote Link to comment Share on other sites More sharing options...
POG1 Posted September 11, 2008 Share Posted September 11, 2008 Re: Maintenance What wou should do for backups is only take the new data since the last backup, it would make much faster. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.