in reply to Re: Re: speeding up multi-player game with shared memory or MySQL
in thread speeding up multi-player game with shared memory or MySQL

I wouldnt like to make such a fundamental design decision for you simply because I dont know enuff about your application and considered design.

Rule of thunb: If the information is non critical, volatile storage may be approprate. If your information is critical information, then i'd consider a more permananat storage method.

  • Comment on Re: Re: Re: speeding up multi-player game with shared memory or MySQL