[jboss-jira] [JBoss JIRA] Commented: (JGRP-378) Concurrent stack: check all major protocols for thread safety (reentrant up() methods)
Bela Ban (JIRA)
jira-events at jboss.com
Tue Jan 16 09:14:52 EST 2007
[ http://jira.jboss.com/jira/browse/JGRP-378?page=comments#action_12350916 ]
Bela Ban commented on JGRP-378:
-------------------------------
STABLE
> Concurrent stack: 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 concurrent stack (CCS) 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