mod_perl-object_persitance_across_multiple_servers

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



To: <modperl@perl.apache.org>
Subject: mod_perl object persistance..object web server?
Date: Wed, 28 Apr 2004 14:45:03 -0400
From: "Tyler Rorabaugh" <tylerr@capwiz.com>

Anyone know of examples of
mod_perl Object persistance across multiple servers
or of availble Mod_perl object application servers?

===
Date: Wed, 28 Apr 2004 13:59:45 -0500
From: Frank Wiles <frank@wiles.org>
Subject: Re: mod_perl object persistance..object web server?

"Tyler Rorabaugh" <tylerr@capwiz.com> wrote:

> Anyone know of examples of mod_perl Object persistance
> across multiple servers or of availble Mod_perl object
> application servers?

  You might look into memcached at this URL: 

  http://www.danga.com/memcached/

  There are Perl libraries for talking to it on CPAN. I think it's
  what you're looking for. 

===

To: Tyler Rorabaugh <tylerr@capwiz.com>
Date: Wed, 28 Apr 2004 15:26:57 -0400
From: Perrin Harkins <perrin@elem.com>
Subject: Re: mod_perl object persistance..object web server?
Date: Wed, 28 Apr 2004 15:26:57 -0400

Tyler Rorabaugh wrote:

> Anyone know of examples of mod_perl Object persistance
> across multiple servers or of availble Mod_perl object
> application servers?

That could mean just about anything.  Maybe if you explain what problem
you are trying to solve, we could make some suggestions.  Are you just
looking for a shared cache to help out with a slow database?

===

Date: Wed, 28 Apr 2004 15:38:48 -0400
From: Perrin Harkins <perrin@elem.com>
Subject: RE: mod_perl object persistance..object web server?
Date: Wed, 28 Apr 2004 15:38:48 -0400

[Please keep it on the list...]

Tyler Rorabaugh wrote:

> I need object persistance between servers
> Say for example you had a person object
> That container first / last name
> I want the object to contain the same data for each session
> Across each server.

The way people usually do that is to have a central database that
manages the application's read/write data.  Are you using a database for
this now?

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu