Re: Save session information in Memory database

2011-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish, On 9/9/2011 2:38 PM, Ashish Kulkarni wrote: > I have inherited this application, and it was developed this way, i > dont have time and resources to analyze this application to start > removing data from session, so i am looking for ways to get

Re: Save session information in Memory database

2011-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish, On 9/9/2011 10:22 AM, Ashish Kulkarni wrote: > What do you mean it will slow down? Tomcat's JDBC-based session store serializes session objects in order to save them. Serialization takes time. Ergo, using an in-memory database will be slower

Re: Save session information in Memory database

2011-09-09 Thread Ashish Kulkarni
m: Ashish Kulkarni > To: Tomcat Users List > Sent: Friday, September 9, 2011 11:38 AM > Subject: Re: Save session information in Memory database > > Hi > I have inherited this application, and it was developed this way, i dont > have time and resources to analyze this application

Re: Save session information in Memory database

2011-09-09 Thread Bob Hall
From: Ashish Kulkarni To: Tomcat Users List Sent: Friday, September 9, 2011 11:38 AM Subject: Re: Save session information in Memory database Hi I have inherited this application, and it was developed this way, i dont have time and resources to analyze this

Re: Save session information in Memory database

2011-09-09 Thread Ashish Kulkarni
t 10:50 AM, Caldarale, Charles R < > > chuck.caldar...@unisys.com> wrote: > > > >>> From: Ashish Kulkarni [mailto:ashish.kulkarn...@gmail.com] > >>> Subject: Re: Save session information in Memory database > >> > >>> What do you mean it will slow do

Re: Save session information in Memory database

2011-09-09 Thread Pid
huck.caldar...@unisys.com> wrote: > >>> From: Ashish Kulkarni [mailto:ashish.kulkarn...@gmail.com] >>> Subject: Re: Save session information in Memory database >> >>> What do you mean it will slow down? >> >> You would be making requests across a

Re: Save session information in Memory database

2011-09-09 Thread Ashish Kulkarni
database instead or conventional database Regards Ashish On Fri, Sep 9, 2011 at 10:50 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Ashish Kulkarni [mailto:ashish.kulkarn...@gmail.com] > > Subject: Re: Save session information in Memory database > &g

RE: Save session information in Memory database

2011-09-09 Thread Caldarale, Charles R
> From: Ashish Kulkarni [mailto:ashish.kulkarn...@gmail.com] > Subject: Re: Save session information in Memory database > What do you mean it will slow down? You would be making requests across a wire rather than reads and writes to memory. > we go about 1 GB of ram and Tomcat st

Re: Save session information in Memory database

2011-09-09 Thread Ashish Kulkarni
ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ashish, > > On 9/8/2011 2:17 PM, Ashish Kulkarni wrote: > > Has anyone configured tomcat to save session information in memory > > database like java DB or hsqldb, > > I

Re: Save session information in Memory database

2011-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish, On 9/8/2011 2:17 PM, Ashish Kulkarni wrote: > Has anyone configured tomcat to save session information in memory > database like java DB or hsqldb, I'm sure it can be done, as Tomcat provides org.apache.catalina.session.JDBCSt