On Fri, 22 Dec 2000, Craig R. McClanahan wrote:
> "[EMAIL PROTECTED]" wrote:
>
> > why not do iot in shared storage and implement SSI ? thats what the
> > mod_jserv shm file was for...a shared hunk of disk store.
> > -Ys-
> > [EMAIL PROTECTED]
>
> This is certainly one valid approach. It works for cases where the servers are all
> on the same machine. But you still need an approach that works on a multiple
> machine environment as well.
>
> It would be worth someone taking the time to articulate proposed use cases, from
> which we can identify desired features. My bet is that we will end up wanting a
> variety of pluggable implementations with different functionality and performance
> characteristics.
>
> Craig
>
theres no reason to have the shared disk store PER SERVER like
mod_jserv. you simply distribute the data to all the servers which are in
the shared pool. i've done that and thats how i implemented
it. unfortunately ive signed an NDA so i cant distribute...but my point is
that if i can do it im sure you guys can do it better.
-Ys-
[EMAIL PROTECTED]