Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / April 2007

Tip: Looking for answers? Try searching our database.

how to achieve groupcommunication

Thread view: 
vijay - 18 Apr 2007 19:07 GMT
hi folks,
i am riting a software in which all the systems in a lan can form
teams n work in teams.my problem is how to achieve broadcasting ...

when a new user comes by simple pressing of a button should announce
his/her presence..n i am using ipaddress to manage groups

In group communication how to prevent forming cycles.of messages i.e a
messages appeared to a person shudn't be.. appeared to tht person
again..this is my problem..may b using file as a database..?

thanks in advance ...
i need solution of this immediately....plz
Kai Schwebke - 18 Apr 2007 19:52 GMT
vijay schrieb:
> i need solution of this immediately....plz

You don't think formulation is a little bit inappropriate asking
volunteers to help you in there spare time?

Kai
RedGrittyBrick - 18 Apr 2007 20:44 GMT
> hi folks,
> i am riting a software in which all the systems in a lan can form
> teams n work in teams.my problem is how to achieve broadcasting ...

UDP broadcast to LAN's broadcast address using one of the port numbers
reserved for private use. See relevant RFCs.

> when a new user comes by simple pressing of a button should announce
> his/her presence..n i am using ipaddress to manage groups

The app can send a broadcast request to the fixed private port. All
other instances of the app listen to that port and respond as needed.

> In group communication how to prevent forming cycles.of messages

By not relaying messages.

> i.e a messages appeared to a person shudn't be..

Authentication and authorisation are different from "cycle of messages".
Maybe you should elaborate.

> appeared to tht person again..

Don't send it again. Alternatively receivers could log sender's IP and
serial number of message and ignore repetitions.

> this is my problem..

Indeed.

> may b using file as a database..?

I can't see what persistent storage has to do with the rest of your
question.

> i need solution of this immediately....plz

I'd hire a paid consultant immediately.
Wojtek - 18 Apr 2007 20:55 GMT
vijay wrote :
> may b

"may b" instead of "maybe"

Same number of characters even

sigh...

Signature

Wojtek :-)



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.