You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Bill Venners (JIRA)" <ji...@apache.org> on 2007/08/12 05:21:43 UTC

[jira] Created: (RIVER-237) Create utility to listen for multicast announcements

Create utility to listen for multicast announcements
----------------------------------------------------

                 Key: RIVER-237
                 URL: https://issues.apache.org/jira/browse/RIVER-237
             Project: River
          Issue Type: New Feature
          Components: com_sun_jini_discovery
            Reporter: Bill Venners


Bugtraq ID [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6358626]

Currently, LookupDiscovery spawns its own thread and multicast socket to listen for multicast announcements. In applications where a large number of LookupDiscovery instances are created, this results in a correspondingly large number of threads and sockets listening for multicast announcements. This issue can be mitigated by introducing a utility class that demultiplexes multicast announcements on behalf of LookupDiscovery instances which subscribe to it. Moreover, it is also generally applicable to other utilities which may want to listen for multicast announcements.
Posted Date : 2005-12-02 22:21:47.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.