SOAP applicable in this scenario ?

From: Tristan (shiranaihito_at_hotmail.com)
Date: 01/26/04


Date: 26 Jan 2004 07:12:16 -0800

Hi,

first the case:
I want to implement a distributed application (client/server
architecture).
The server collects UDP packets from somewhere else. The client or
clients must somehow get these packets from the server in real time. I
mean if there are UDP packets coming to the server, the server should
immediately forward these packets to each client. It would be a great
thing if the clients could be behind a firewall, so that no network
settings are needed (e.g. open certain ports). So my idea was to use
SOAP as communication protocol.
The problem is that I have to do permanently SOAP RPCs to ask the
server if there are new packets. I think that's not so good,
especially if there are many clients, I get performance problems. Is
there a solution to solve the problem of real time passing of
information with SOAP ?

Thank you.

Bye, Tristan.



Relevant Pages

  • Solaris 9 connection problems
    ... The server is behind a firewall which is not under ... my control although I am assured that the subnet that the test clients ... On the server I see the Syn packets arriving and Syn Ack and Ack packets ... I'm also confused why this is affecting connections from some clients ...
    (SunManagers)
  • Re: programming high load unidirectional application
    ... Client applications, around 1000 of them, will send short (fixed size ... thousands packets per second. ... Server component will store this data and process, ... How to ensure reliable data transfer assuming all clients are always ...
    (comp.unix.programmer)
  • Re: Multicast or not
    ... AliR wrote: ... I have one server application which needs to talked to ... > server application needs to send the exact same packets to all the clients, ... > events and the threads would send the packets. ...
    (microsoft.public.vc.mfc)
  • Re: Problem with writing fast UDP server
    ... > I wrote a simple case test: client and server. ... > packets within 0.137447118759 secs. ... I've used this script to test sending UDP packets. ... Uses port %d. ...
    (comp.lang.python)
  • Re: Events between machines
    ... > destination queues at the same time without relying on IP multicasting. ... > I've attached the source code for a small client and a small server to ... >> Assume one server and several clients, all on the same subnet (datalayer ... >> regarding how the clients (which are listening for these udp packets) ...
    (microsoft.public.dotnet.framework.remoting)