Tagged Questions
3
votes
4answers
503 views
Can several threads hold a lock on the same monitor in Java?
Currently we are analyzing a tomcat thread dump. A single thread dump of all threads running at that same
time on a tomcat contains the following lines:
...
"soldOutJmsConsumerContainer-1" prio=10 ...
8
votes
3answers
759 views
Does Terracotta make JMS an unneeded layer?
We're currently writing an application for which IT has already purchased hardware for. Their approach was to buy big hardware on which we would deploy. In order to add more processing, they plan on ...
31
votes
11answers
11k views
Distributed Concurrency Control
I've been working on this for a few days now, and I've found several solutions but none of them incredibly simple or lightweight. The problem is basically this: We have a cluster of 10 machines, ...