Re: How to send the data from 1 process more process using sockets!
- From: Josef Moellers <josef.moellers@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 24 Mar 2009 10:27:12 +0100
Aura Networks wrote:
On Mar 23, 10:59 pm, David Schwartz <dav...@xxxxxxxxxxxxx> wrote:On Mar 22, 6:18 pm, Aura Networks <lakshmisreekant...@xxxxxxxxx>I am working on sockets in Linux (UDP-Sockets).
wrote:
But, the thing is only recently executed server receiving the data,First, don't multi-post. If you want post the same question to more
not all the running servers....
//Tell me is there any way to send the data to all servers...!! (like
multicast or any technic ).
How to send data .....please tell me!!!!!!!!
than one group, post it once to all groups.
Second, you really don't tell us what you're doing. Is this TCP? UDP?
Unix domain? When you say "port" are you talking about the port that
receives a packet? The source port of UDP datagrams on the server
side? Or what?
Depending on exactly what you're doing, the best solution is probably
either:
1) Have the clients connect to all servers.
2) Have the servers connect to each other and pass client information
around.
3) Rethink the design
DS
However, in your OP, you write "All the servers must receive every client message at a time."
This is inconsistent, as UDP is *unreliable*!
--
These are my personal views and not those of Fujitsu Siemens Computers!
Josef Möllers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize (T. Pratchett)
Company Details: http://www.fujitsu-siemens.com/imprint.html
.
- References:
- How to send the data from 1 process more process using sockets!
- From: Aura Networks
- Re: How to send the data from 1 process more process using sockets!
- From: David Schwartz
- Re: How to send the data from 1 process more process using sockets!
- From: Aura Networks
- How to send the data from 1 process more process using sockets!
- Prev by Date: Re: Query File System Naming Rules?
- Next by Date: Re: How to send the data from 1 process more process using sockets!
- Previous by thread: Re: How to send the data from 1 process more process using sockets!
- Next by thread: Re: How to send the data from 1 process more process using sockets!
- Index(es):
Relevant Pages
|