Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-2146

UDP: multiple unicast and multicast receiver threads

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 4.0
    • None
    • None

    Description

      By default UDP has one thread which reads from the DatagramSocket for unicast datagram packets and another one for reading packets from the MulticastSocket.

      Because each thread deserializes the received packet into a Message or MessageBatch, if a lot of packets are received, this may slow things down.

      The new attributes ucast_receiver_threads (default:1) and mcast_receiver_threads (default:1) in UDP can create multiple unicast- or multicast- receiver threads. Note that all threads of the same type compete for the lock on the DatagramSocket or MulticastSocket respectively, so setting these attributes to high values is probably detrimental as context switching will increase.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: