Thursday, February 22, 2007

Success?

I had been having a hang up with my lazy writing to the cache, which was a major problem for me. By changing my CacheManagerBean to stateless instead of stateful, I was able to keep the bean around long enough to have a thread run through my queue of requested cache orders. This will most likely be a speed boost, since the stateful wasn't getting me much, anyway.

I've been running my performance checks, and after several cases, I still didn't have an error. However, I must keep in mind that it doesn't like my "Extended" type entity manager, and instead requires me to use transaction-level. This shouldn't cause too much of a problem, but I'll keep it in mind.

Tomorrow morning, I'll check the output and performance.

0 Comments:

Post a Comment

<< Home