Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In Server Client programming, how to send the data to the particular client out 3 clients in java. I had done the program for Multiple Client and a server. can any one help me please.

Thanks in advance Shilpa.T.M

share|improve this question
1  
to the particular client out 3 clients ?? – aioobe Sep 9 '11 at 12:34
2  
I'm sorry this doesn't make much sense. If you already know how to send to N clients, and only want to send to one specific one, just don't send to the others. – Mat Sep 9 '11 at 12:36
Thanks fro reply.When reply comes from particular client i want send the data to it from server. – shilpa Sep 9 '11 at 12:40
And i can send the data fro first time to all clients, when i try to send second time it sends only to the last client. – shilpa Sep 9 '11 at 12:42
1  
@shilpa: You probably want to ask a more specific question, showing a barebones example of what you've tried and what you're struggling with. With the generalness of your question right now the StackOverflow community won't be any more useful than you would by searching for a tutorial. – Mark Peters Sep 9 '11 at 12:43
show 1 more comment

closed as not a real question by Bombe, musiKk, Mark Peters, Perception, Mitch Wheat Sep 9 '11 at 13:48

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

In our case, we had used message queues (JMS) in the past, with each queue representing a different client. This gave us a little more control over what we sent each client, rather than using topics.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.