r ways to get it
> working without having to go through this process of removing data
> from session, I thought if i could save session information in a
> database instead of in heap it would work
You may find that much of this data is not serializable, which might
mean that you will hav
-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
could save session information in a database instead of in
heap it would work, and so in memory database and it would be faster to
access then regular DB2 database
So any ideas
Ashish
On Fri, Sep 9, 2011 at 12:46 PM, Pid wrote:
> On 09/09/2011 15:58, Ashish Kulkarni wrote:
> > Hi
&g
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
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
-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
.
Cheers,
Martin
On Wed, 2010-02-03 at 00:28 -0500, 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 d
> 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
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
14 matches
Mail list logo