| Article: |
JBoss Cache as a POJO Cache | |
| Subject: | Looks very interesting | |
| Date: | 2005-11-13 13:00:20 | |
| From: | shmert | |
| I'm definitely going to look into this a bit more. Where can I find more information about how synchronization works? Having trouble locating this. Can it get through firewalls? Is the entire tree always synchronized? | ||
Showing messages 1 through 1 of 1.
-
Looks very interesting
2005-11-13 20:02:15 bwang00 [View]



2. JBoss Cache relying on JGroups configuration for transport layer. JGroups supports TCP as well.
3. I am not sure what you meant by always synchronized? If you meant locking, no it depends the use case. But the concurrency level is usually high since locking is most of the time on per tree node basis.
-Ben