-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
-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
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
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
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
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
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
> 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
What do you mean it will slow down?
We have an application which saves about 5 MB of data in session when user
is working with some portion of application, so when about 200 users login
we go about 1 GB of ram and Tomcat starts running out of heap memory, as all
the session data goes in heap memor
-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.JDBCStore for use with
10 matches
Mail list logo