SOAP applicable in this scenario ?
From: Tristan (shiranaihito_at_hotmail.com)
Date: 01/26/04
- Next message: Matthew Inger: "Protecting Encryption Algorithms"
- Previous message: sybrandb_at_yahoo.com: "Re: choices regarding where to place code - in the database or middletier"
- Next in thread: Hugo Pragt: "Re: SOAP applicable in this scenario ?"
- Reply: Hugo Pragt: "Re: SOAP applicable in this scenario ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Matthew Inger: "Protecting Encryption Algorithms"
- Previous message: sybrandb_at_yahoo.com: "Re: choices regarding where to place code - in the database or middletier"
- Next in thread: Hugo Pragt: "Re: SOAP applicable in this scenario ?"
- Reply: Hugo Pragt: "Re: SOAP applicable in this scenario ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|