Jump to content

[SOLVED] sharing data between users without a database


bobbinsbro

Recommended Posts

hi.

 

i'm working on a project that requires certain data to be shared between multiple users at the same time. the site is required to be very quick-reaction, so i want to avoid using a database to store all the shared data.

is there an easy way to do this? e.g. use one session for many users? i'd rather not use flat files to store the data (messy and i'm not even sure it's faster than a DB).

 

thanx.

will the fetch time not increase by using a database VS fetching from server RAM?

 

Not enough to bother thinking about. Network speeds will have more effect on performance.

 

The only way you might be able to share data stored within memory is using the semiphore, but Ive not had any experience with it.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.