in reply to Re: Saving big blessed hashes to disk
in thread Saving big blessed hashes to disk
The main reason why I do not want to use something not in memory - is number of requests per second.
Well, simply imagine something like chat structure: a lot of users, rooms, private rooms... On every user request application has to get info about
That's something like I'm doing
The only reasonable approach in this case - keep all data in memory (or shared memory at least), as there are 20-40 requests per second from users. And if each of these requests will make 10-30 requests to some db - even if this will work, i suppose it will not be very stable or scalable.
p.s. Thanks for all answers
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Saving big blessed hashes to disk
by adrianh (Chancellor) on Jul 21, 2005 at 11:08 UTC | |
|
Re^3: Saving big blessed hashes to disk
by Your Mother (Archbishop) on Jul 21, 2005 at 17:46 UTC |