Click here to Skip to main content
15,891,473 members
Home / Discussions / Java
   

Java

 
Questionhi i need help about RIM,client server,file sharing Pin
shado-ite21-Nov-12 8:47
shado-ite21-Nov-12 8:47 
Assume we have a server A waiting for searching request, when such request comes the server A will multicast it to many other servers Bs each of which has a directory contains many text files and as a response to the request each of Bs servers will search inside these files for the requesting word and return the results to server A which in turn will return the file name and the location of each result to the requesting client
so
notes:
1- Server A must be multithreaded i.e. the thread which multicasts the request differs from the one which receives the results, so there must be an ID for each request.
2- Servers B also are multithreaded.
3- Multicast will be over MulticastSocket with UDP

so help me in coding that in java

????? Frown | :( Frown | :( Frown | :(
AnswerRe: hi i need help about RIM,client server,file sharing Pin
Richard MacCutchan21-Nov-12 8:58
mveRichard MacCutchan21-Nov-12 8:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.