|
From: Rob H. <ro...@ca...> - 2004-12-20 12:24:10
|
All, I sent over a tuned configuration file to the AW guys a while ago to add to the AWBench project. You can see the new figures reflected on their Wiki at: http://docs.codehaus.org/display/AW/AOP+Benchmark. Check out an older version of the Wiki page to see the old figures. As you will notice there is a noticeable improvement in performance. You can download the benchmark suite from Codehaus CVS but for reference the two modifications I made to the ProxyFactoryBean configuration were: <property name="frozen"> <value>true</value> </property> <property name="optimize"> <value>true</value> </property> Note that this only works with Spring 1.1.3. I'll try to put together a quick post for TSS but I'm quite busy in the run up to Christmas and I go away on holiday in two days :) Rob |