| Article: |
JBoss Cache as a POJO Cache | |
| Subject: | enterprise alternative?? | |
| Date: | 2006-02-20 14:17:09 | |
| From: | asmuts | |
|
Response to: enterprise alternative??
|
||
|
Transactional distribution over JGroups cannot scale. The AOP overhead and complexity solves an uncommon problem at the expense of the standard case where you want to send an entire object over the wire. The overhead is rarely in the amount of data being sent, but in the sending an d receiving itself. The AOP solution seems horribly misguided. The locking sounds like a disaster, especially given the pessismistic strategy. I need a cache not a database. . . .
|
||
Showing messages 1 through 1 of 1.
-
enterprise alternative??
2006-02-21 10:01:35 bwang00 [View]



Even if "the Aop solution is misguided" (of which I certainly disagree), have you checked out our plain cache solution?