RE: [cfaussie] Re: How to load balance

2011-08-10 Thread Mathew Sayers
? Thanks, Mat _ From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Mark Mandel Sent: Wednesday, 10 August 2011 12:24 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Re: How to load balance Actually, they said they were using session scope

Re: [cfaussie] Re: How to load balance

2011-08-10 Thread Paul Kukiel
August 2011 12:24 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Re: How to load balance Actually, they said they were using session scope - if your users suddenly ramp up, then that could easily explain the memory leak. Is there anything you could consolidate into a single

RE: [cfaussie] Re: How to load balance

2011-08-10 Thread charlie arehart
for CF (and CFBuilder) More at http://www.carehart.org/consulting From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Mathew Sayers Sent: Wednesday, August 10, 2011 7:51 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Re: How to load balance I think

Re: [cfaussie] Re: How to load balance

2011-08-09 Thread Mark Mandel
Actually, they said they were using session scope - if your users suddenly ramp up, then that could easily explain the memory leak. Is there anything you could consolidate into a single in memory store in the application scope, rather than having it for every user? Mark On Wed, Aug 10, 2011 at

Re: [cfaussie] Re: How to load balance

2011-08-08 Thread Zac Spitzer
also upgrade your JVM, Java 1.6.0_04 is very very old On Tue, Aug 9, 2011 at 2:46 PM, Geoff Bowers mod...@daemon.com.au wrote: On Aug 9, 12:26 pm, Mat mathew.say...@gmail.com wrote: I am new to the group and was hoping someone can help me with a solution to the following; we have created an