Go Back   UNIX Socket FAQ > FAQ > UNIX Socket FAQ

Reply
 
Thread Tools Display Modes
  #1  
Old 07-27-2002, 12:10 AM
Loco Loco is offline
Old administrator
 
Join Date: Jun 2002
Location: Colombia
Posts: 351
Default 6.8 - Multicasting

6.8 - Multicasting
From: Robert G. Brown

These online resources are fabulous -- one can find nearly any
aspect of socket programming discussed complete with sample code.

One thing doesn't seem to be discussed in detail. How does one
write a multicasting application? Specifically, does anyone
have code for a simple multicasting application that I could
clone and incorporate into an information daemon I've written?

From: Senthil

U can have a list of client(socket ids) subscribed to ur information daemon.
when u want to netcast an info, u go thru the list, find out the active clients(using select)
and write to their sockets.

From: tito

.... but wouldn't that be REbroadcasting and not multicasting...

How can I send out one packet and have it read by all of my subscribing clients? Why congest the network with redundant information?

From: leena

Hye
I need to write an application whereby my text editor will display multiple carets depending on the number of persons working on the shared document.

In what planet do you live???
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:12 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.