Indy Server -> client
Hi,
I am trying to use the Indy components (version 10) in a way that they
apparently were not meant for:
I have got a server app that can accept connections from multiple clients.
But in contrast to the normal way of the clients sending a request and the
server answering it, it want the server to keep the connections and send
requests to the clients to which they may or may not answer.
client ----connects to-------> server
client <---receives command--- server
client ----answers-----------> server
I hope you get what I mean. Everything in Indy seems to be geared toward
making this impossible. Can anybody point me in the right direction? An
example would be very helpful.
MfG
twm
.
Relevant Pages
- RE: process starvation with 2.6 scheduler
... The network traffic is of request response type. ... The netperf clients run on an external box, ... A client sends request to a server, ... With an ICE connected to the Palladium (emulator) I have dumped the kernel data structures of the starved process and the active process. ... (Linux-Kernel) - Re: VB6 Winsock action on Server
... my usage of server app I meant the app on the server ... It is this piece 'dll' that i ... to delegate each request to a separate instance ... back to your Clients directly from *inside* the WorkerThreads, ... (microsoft.public.vb.general.discussion) - Re: Millions of Threads ?
... phones as clients. ... Of course, I need a server, too. ... turn-around time of 0.5 seconds, that suggests that you would have an average ... Notice that, on the above assumptions, you will be serving a request at ... (comp.lang.java.programmer) - Re: HTTP tunneling and Servlet communication
... almost definitely be behind a firewall/using a proxy server. ... I have come up with a class which acts as a Facade to clients and presents a course simpler request/response API to clients. ... I am not sure how to convert my method call into an HTTP request. ... Can I send request/responses AND data on the same tunnel?. ... (comp.lang.java.programmer) - Re: DHCP basic question - turning on scope of same range?
... The Clients always request the same number they ... I've juggled DHCP Servers around here a few times and I only ... It would> be a good idea after the change to have the clients release and renew their> addresses. ... I have configured a DHCP scope of the same IP>> range on a W2K server and would like to simply shut off ... (microsoft.public.win2000.networking) |
|