[perf-discuss] Proposal for FileBench Random Variables

2008-01-03 Thread Andrew Wilson
To all those interested in FileBench, I have been working on a syntax and implementation approach for adding a new type of variable, called the Random Variable, to FileBench. A Random type Variable returns a value from a defined random distribution with each access. The proposal is at: http:/

Re: [perf-discuss] Avoiding Garbage Collection

2008-01-03 Thread Stefan Parvu
Hey, Your Java application is a standalone application or does it run on top of an application server ? Couple of things to consider here: - are you running on 32 or 64 bit JVM ? - which version of Java are you using: 5 or 6 ? - you are saying that your application should reduce to maximum th