Re: My own caching implementation...

2004-04-08 Thread Seth Newton
Yeah, that'd be my first guess.set development to false. Why didn't you just try it? It would have taken you just as long to try it as it did for you to write an email and send it. - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Re: A Hebrew Problem

2003-09-15 Thread Seth Newton
I use this with success: %@ page contentType=text/html;charset=utf-8 % Why not use UTF-8 instead of some specific charset?... I use the same pages for 8 different languages. I couldn't imagine the headaches I'd have if I specified a charset for each language. That ramble being said, just try

Re: Memory Leak with static content

2003-09-15 Thread Seth Newton
/ 1.4.2 on Solaris 8 on 4 boxes (no JSPs - just servlets and static content). Please reply back if this works or does not work for you - we are looking at upgrading our Tomcat instances in the near future. HTH. --Nikolaos -Original Message- From: Seth Newton [mailto:[EMAIL

Re: Memory Leak with static content

2003-09-15 Thread Seth Newton
15, 2003 1:40 PM Subject: RE: Memory Leak with static content Howdy, Run your app with a profiler and a stress tool and see when and where memory is allocated. Yoav Shapira Millennium ChemInformatics -Original Message- From: Seth Newton [mailto:[EMAIL PROTECTED] Sent: Monday

Re: Memory Leak with static content

2003-09-15 Thread Seth Newton
): 02:35:20 This is an example of what's happening. The memory it is using increases, yet never decreases. I'm able to run more processes on another server of ours under Linux, and the memory never increases over 60MB. -Seth. - Original Message - From: Seth Newton [EMAIL PROTECTED

Re: Memory Leak with static content

2003-09-15 Thread Seth Newton
You realize these numbers are meaningless to anyone except you, as we don't know what you're measuring, how you're measuring it, what the proper results / proper behavior is, etc. No, I didn't realize my numbers meant nothing. I figured them to be self-explanatory. The numbers supplied were

Re: Memory Leak with static content

2003-09-15 Thread Seth Newton
These settings suggest a minimum heap of 60MB, and a maximum heap of 80m. Is that the behavior you want? RESPONSE: Yeah, that's what I want for now. I want to see what happens when the garbage collector is called normally. On a side note, I just called System.gc() manually and it only cleared a

Memory Leak with static content

2003-09-12 Thread Seth Newton
All, OS: Sparc-Solaris 9 JDK: 1.4.0_02 Tomcat: 4.1.27 Problem: I start tomcat and it takes up about 45MB of RAM. I wrote a script to email me every ten minutes the amount of memory it's taking up. The results are showing me that it gains about 1MB every 10 minutes or so (on average). If I