On 09/09/2011 15:58, Ashish Kulkarni wrote:
> Hi
>=20
> The problem is we are running on 32 bit system and cannot go beyond 1.5=
GB
> or ram, because of some clients limitations.
>=20
> Is it possible to save session in database, instead of heap memory whic=
h
> 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
>=20
> On Fri, Sep 9, 2011 at 10:50 AM, Caldarale, Charles R <
> Chuck.Caldarale@unisys.com> wrote:
>=20
>>> From: Ashish Kulkarni [mailto:ashish.kulkarni13@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 write=
s 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 PROPRIETA=
RY
>> MATERIAL and is thus for use only by the intended recipient. If you re=
ceived
>> this in error, please contact the sender and delete the e-mail and its=
>> attachments from all computers.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>=20
>=20
|