-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
Hi Ashish,
I created a memcached based session failover solution:
http://code.google.com/p/memcached-session-manager/
Basically it stores session information in memcached so that they can be
pulled from memcached if they are not available in the local session
map. For a normal request, the sessio
> From: Ashish Kulkarni [mailto:ashish.kulkarn...@gmail.com]
> Subject: Re: save session information
>
> Is there any document which explains how to do so
In a word, yes. Note that Tomcat persists active sessions automatically across
restarts by default.
A brief perusal of the Tom
Hi
Is there any document which explains how to do so
Ashish
On Wed, Feb 3, 2010 at 1:49 AM, Mark Thomas wrote:
> On 03/02/2010 05:28, Ashish Kulkarni wrote:
> > Hi
> > Is it possible with tomcat to save session information in database or
> some
> > where which can be retrieved after restart, fo
On 03/02/2010 05:28, Ashish Kulkarni wrote:
> Hi
> Is it possible with tomcat to save session information in database or some
> where which can be retrieved after restart, for example raisin
> provides symmetrical
> session which can be saved to database or file system
Hi. Yes.
-
14 matches
Mail list logo