[jboss-jira] [JBoss JIRA] Created: (JGRP-378) TLS: check all major protocols for thread safety (reentrant up() methods)
Bela Ban (JIRA)
jira-events at jboss.com
Tue Dec 12 12:03:37 EST 2006
TLS: check all major protocols for thread safety (reentrant up() methods)
-------------------------------------------------------------------------
Key: JGRP-378
URL: http://jira.jboss.com/jira/browse/JGRP-378
Project: JGroups
Issue Type: Task
Affects Versions: 2.4
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.5
So far, the down() methods could get executed in parallel, by different threads calling Channel.send(), However, this was not the case for up(), where we could assume only 1 thread was calling up() at a time.
This changed with the threadless stack (TLS) and we need to make sure all of our protocols' up() methods are thread safe
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list