Re: Session interface
Jeroen van Dongen <[email protected]>
| Newsgroups | gmane.comp.web.skunkweb |
|---|---|
| Message-ID | <1078334870.1853.7.camel@jewel> |
We use it - exactly for the reason stated: sharing session info across server instances. We could have used the filesystem implementation as well (as there's a shared fs anyway for the cache), but we share session info with non-skunkweb apps as well - and then the universal character of a SQL-based relational database comes into play. So indeed, the ability to share session info without difficulty seems to be the biggest reason for using a rdbms-based sessionstore. Well, I guess one good reason is enough isn't? :) Rgds, Jeroen On Tue, 2004-03-02 at 04:46, Brian Olsen (Mailing Lists) wrote: > On Mon, 2004-03-01 at 22:33, Jacob Smullyan wrote: > > On Mon, Mar 01, 2004 at 09:49:38PM -0500, Brian Olsen (Mailing Lists) wrote: > > > Does anyone here use the database interface for sessions? (Like MySQL, > > > PostgreSQL.) If so, what's the benefit? SkunkWeb can now store stuff > > > through AE cache as well as the filesystem, which seems sufficient for > > > simple data like that stored in a session. > > > > I don't use it, but I think the only point of using a relational > > database for this is to share sessions between machines in a > > convenient manner, in case you want to use sessions in a load > > balancing setup without worrying about persistent connections. That's > > the only reason those implementations exist. > > Persistent connections - like NFS-type shares? > > Brian > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Skunkweb-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/skunkweb-list ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click