[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-28 Thread Elliott Sprehn
I've seen something similar on my laptop but I've never been able to repo it reliably. Every once in a while JRun shoots to 100% CPU usage and my fans kick in and it stays there indefinitely until I kill the process. It seems to happen most often when waking the machine from sleep. It's a

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-28 Thread Mark Mandel
Another reason why I want to switch out Transfer's cache with a pluggable caching architecture. That way if you don't like how the cache works (for whatever reason), you can change it, or replace it. Mark On Tue, Sep 29, 2009 at 12:52 AM, Elliott Sprehn espr...@gmail.com wrote: I've seen

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-22 Thread Clint
Ready to get your mind blown? We're back on 1.4.2_19 running ColdFusion MX 7.0.2. Our attempted upgrade to CF8 was a disaster -- see the snippet here from an earlier post in this thread: Because we originally thought that our application code was leaking memory (and indeed, it may still be,

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-21 Thread Brian G
On Sep 21, 8:53 am, Clint clintmil...@gmail.com wrote: We sustained our greatest # of unique visits ever last Friday and did not require a restart of the JVM due to an OutOfMemoryException. Previously, under heavy load (for us), JVM restarts would be required every 45 to 90 minuteswhich

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-10 Thread Mark Mandel
Totally agreed... this is one things that has totally got me stumped. I'm almost thinking I'll shift Transfer over to using eHCache as the caching backend, using the new JavaLoader 1.0 features, but this will mean an end to ColdFusion 7 support (no Java 1.5). Mark On Thu, Sep 10, 2009 at 3:31

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-04 Thread Clint
How do you actually turn it off to completely disable it? We experienced issues both with Profiling and Memory Tracking on and off, but like you suggested, maybe the monitor was completely disabled? On Sep 3, 10:50 pm, Bob Silverberg bob.silverb...@gmail.com wrote: Were you perchance running

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-04 Thread Bob Silverberg
If you go to the Server Monitor, you'll see three buttons at the top of the screen, one for each of: Monitoring, Profiling, Memory Tracking If the option is currently off, the button will read Start xxx, if it's currently on it will read Stop xxx Make sure that all of them are currently turned

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-04 Thread Clint
Oh, I misunderstood you earlier. Yeah, we definitely had it off- all three app functions disabled, and the app itself was closed, so it wasn't connected to the runtime via Flex. Like I said, though, we experienced issues in both cases: Monitor on and Monitor off. On Sep 4, 2:33 pm, Bob

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-03 Thread Mark Mandel
What version of Transfer are you guys using? Mark On Fri, Sep 4, 2009 at 8:04 AM, zurielb zuri...@gmail.com wrote: Hi Everybody, We have an e-commerce website developed using Coldfusion 7, Model- Glue, Coldspring and Transfer. Over the past months we have struggled with what we thought

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-03 Thread zurielb
1.1 On Sep 3, 5:12 pm, Mark Mandel mark.man...@gmail.com wrote: What version of Transfer are you guys using? Mark On Fri, Sep 4, 2009 at 8:04 AM, zurielb zuri...@gmail.com wrote: Hi Everybody, We have an e-commerce website developed using Coldfusion 7, Model- Glue, Coldspring