> > Murali said:
> > > a) NFS mount a server which will store all session data

Just a note, NFS in specific can be very problematic. It takes some real
tuning to get it just right. As for distributed data; session data ~should~
be small, under a kB. So you could move it around in almost any fassion you
like and still be pretty efficiant.

On that, you can use Storable to push around really compact/complete Perl
data structures.

Rodney

Reply via email to