nop, I said SHARED among sessions...

so say that we have few hundreds of users connected at the same time, each
of them has it own small session, and all of them can access a shared 16G
(which is managed by a class that knows how to manage it... so some methods
are thread safe and some methods are not ... )

not sure if that is possible with WSGI.....

On Mon, Feb 6, 2012 at 11:28 AM, Niphlod <[email protected]> wrote:

> let me be clear... you want to share in some place 16 gigabytes of
> data that someone can access in a single chunk to work with (i.e.
> every client needs to have 16 gb all in memory for itself)?
>
> let's say you have 4 different users, you ideally have:
> - 16gb for the "storage", whatever system you choose to put that on
> will occupy at least 16gb
> - 16gb*4 = 64gb of allocated memory to work with
>
> this gives us 80gb, and you want that in memory .... NASA server
> rack ?
>
> Or you have 16gb of data, and each client accesses a small part of
> that (still pretty big hardware, but a lot more achievable)?
>



-- 
Sebastian E. Ovide

Reply via email to