It seems to me that this is one of those things that would very well as an
interface, and basic implementation... (Like the JDBC Driver interface)... A
simple file store would allow the project to continue, and other store types
could be built in parallel.
Lets face it, what the store does will depend on who/what is running it, and
I suspect that something like this would be best as customizable as
possible.
- Brill Pappin
----- Original Message -----
From: "Ben Laurie" <ben@algroup.co.uk>
To: <tomcat-dev@jakarta.apache.org>
Sent: Monday, May 01, 2000 12:34 PM
Subject: Re: [Catalina] Session Store?
> "Craig R. McClanahan" wrote:
> >
> > Hi Chris .. I'll be happy to sign you up for whichever Store
implementations you
> > want to work on. You're correct -- the FileStore one needs to be
fleshed out
> > (although I'm not sure that file-per-session is going to scale real
well). I'd
> > also like to see Store implementations that use a database via JDBC,
plus other
> > approaches that might sound reasonable.
>
> Like Splash (the distributed store I was bending your ear about at
> ApacheCon - now working in prototype) ... tell me - I've never actually
> looked inside a Java session store - how big do they get? I realise this
> is a "how long is a piece of string" question, I'm just trying to get a
> feel for rough figures for typical applications.
>
> Cheers,
>
> Ben.
>
> --
> http://www.apache-ssl.org/ben.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
|