[jboss-dev-forums] [Clustering Development] - Exposing Infinispan CacheManager's in the AS
Bela Ban
do-not-reply at jboss.com
Thu Mar 25 03:45:08 EDT 2010
Bela Ban [http://community.jboss.org/people/bela%40jboss.com] replied to the discussion
"Exposing Infinispan CacheManager's in the AS"
To view the discussion, visit: http://community.jboss.org/message/533876#533876
--------------------------------------------------------------
+1.
Scoping the way I intend to implement it will require more threads, conceptually 1 thread per scope. Of course, that's not the way I'll implement it, but I;'ll use a thread pool instead. However, if we have 65'000 scopes, then ideally we would have a thread pool which supports up to 65'000 threads. Of course, this is only if we get 65'000 messages, each for a different scope *at the same time*.
I was thinking of reusing the thread pools from the transport, but if a pool has a DISCARD rejection policy, I might be in trouble as a message passed up to SCOPE cannot be discarded as NAKACK or UNICAST consider it delivered, so we won't receive it again !
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/533876#533876]
Start a new discussion in Clustering Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2103]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100325/1ffc27cd/attachment.html
More information about the jboss-dev-forums
mailing list