[jboss-jira] [JBoss JIRA] Updated: (JGRP-378) Concurrent stack: check all major protocols for thread safety (reentrant up() methods)
Bela Ban (JIRA)
jira-events at jboss.com
Wed Dec 27 05:19:38 EST 2006
[ http://jira.jboss.com/jira/browse/JGRP-378?page=all ]
Bela Ban updated JGRP-378:
--------------------------
Summary: Concurrent stack: check all major protocols for thread safety (reentrant up() methods) (was: TLS: check all major protocols for thread safety (reentrant up() methods))
Description:
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
was:
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
> 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