Re: Indy Server -> client
- From: "Liz" <liz_wants_no_spam@xxxxxxxxxxxxxxxxxxxxx>
- Date: 28 Feb 2007 13:16:35 -0800
Thomas Mueller wrote:
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.
a bunch of the indy commands in some way or other do what you're
asking, but Im guessing you and your app arent thinking the same way IP
does, even the default wsocket could do it, but you'd have to write
your own language layout.
You could use irc but it is designed specifically round irc, although
the code behind it would show you exacly how to implement what you
wanted
All you need to do is have some syntax such as
nnnn [opt [opt [opt..]]] data
and then you could easily work through using whole lines
you sound like you've tried plenty of things, why dont you show the
nearest one you got to working and maybe we can point you in the right
direction
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings
.
- References:
- Indy Server -> client
- From: Thomas Mueller
- Indy Server -> client
- Prev by Date: Advise on Thread code please
- Next by Date: Re: Advise on Thread code please
- Previous by thread: Indy Server -> client
- Next by thread: Re: Indy Server -> client
- Index(es):
Relevant Pages
|