Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-5310

Add UNICAST to TCP-based stacks with a thread pool

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Critical Critical
    • JBossAS-5.0.0.CR1
    • None
    • Clustering
    • None

      TCP (as in TCP/IP, not the JGroups protocol) ensures the messages from a given sender are received in order. Pre-concurrent stack releases of JGroups counted on this to ensure ordered delivery of messages to Channel.receive(). This worked fine because a single thread carried messages from the transport to receive(). But with a concurrent stack, there is a pool of threads taking messages from the transport and delivering them to receive(). This introduces the possibility of out-of-order messages at receive().

      Need to add UNICAST to the TCP-based stacks to impose ordering.

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: