Hi
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 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, 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 <p...@pidster.com> wrote:

> On 09/09/2011 15:58, Ashish Kulkarni wrote:
> > Hi
> >
> > The problem is we are running on 32 bit system and cannot go beyond 1.5
> GB
> > or ram, because of some clients limitations.
> >
> > Is it possible to save session in database, instead of heap memory which
> > would help us, the speed is ok if it slows down a little,
> > That is why i was looking at in memory database instead or conventional
> > database
>
> Do you *really* need to save all of that data in the session?
>
>
> p
>
>
> > 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
> >>
> >>> 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 starts running out
> >>> of heap memory
> >>
> >> So what stops you from configuring a larger heap?  RAM is cheap and
> 64-bit
> >> operating environments are plentiful.
> >>
> >>  - Chuck
> >>
> >>
> >> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> >> MATERIAL and is thus for use only by the intended recipient. If you
> received
> >> this in error, please contact the sender and delete the e-mail and its
> >> attachments from all computers.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> >> For additional commands, e-mail: users-h...@tomcat.apache.org
> >>
> >>
> >
> >
>
>
>


-- 
Ashish
www.ayurwellness.com
www.mysoftwareneeds.com

Reply via email to