Package com.sun.grizzly.test.cachetest

Interface Summary
InstanceFactory<E>  
 

Class Summary
ConcurrentCacheTester Tests the throughput for object instance caching in a concurrent environment.
Please provide feedback, opinions.

Only test the situation where the threads do the operation of interest and no work inbetween.
Reson is that the basic mechanism we want to test is how the caching algoritm
and new Instance with its GC compares during maximal load.
its only then their strengths and weaknesses really shows,
its also worst cases that often are of interest for real life designs.
the differences between caching or new Instance converges to 0 when the workinbetween increaes,
making it a very specific result.
TestAndResult Contains the configuration parameters and the result
TestLogic  
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.