"[EMAIL PROTECTED]" wrote : | #3 I assume you mean for replication. A new thread is used (but not created). Essentially the listener thread which receives the replication message. *However*, we use the same global transaction, so the 2PC works.
I was assuming that the cache uses a thread for the eviction policy even if it is not a replicated cache...(is that not so...I haven't looked at the code yet). This assumption was made on the premise that I have to call startService and stopService methods. #2 is easy to replicate...create a listener and add it to a cache...add a node to the cache and then in the listener logic that catches the node add event just try and lookup the newly added node from the cache using the passed FQN...returns null. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894343#3894343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894343 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
