| View previous topic :: View next topic |
| Author |
Message |
Didier Gasser-Morlay Guest
|
Posted: Tue Jun 20, 2006 9:42 pm Post subject: Needs several delphi exe to talk to each other |
|
|
Hello,
I need for several programmes, written in Delphi to be able to talk to
each other. These programs are not necessarily on the same computer.
I looked for a component encapsulating named pipes but could not find
anything recient or maintained.
So I have two questions
- I am looking for the right thing ?
- do you know of any such components ?
Thanks
Didier |
|
| Back to top |
|
 |
Oliver Katins Guest
|
Posted: Tue Jun 20, 2006 10:31 pm Post subject: Re: Needs several delphi exe to talk to each other |
|
|
Hello,
take a look at
http://www.eldos.com/msgconnect/
it is really nice and easy to use.
"Didier Gasser-Morlay" <didiergm (AT) ogeane (DOT) com> schrieb im Newsbeitrag
news:44982588$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hello,
I need for several programmes, written in Delphi to be able to talk to
each other. These programs are not necessarily on the same computer.
I looked for a component encapsulating named pipes but could not find
anything recient or maintained.
So I have two questions
- I am looking for the right thing ?
- do you know of any such components ?
Thanks
Didier |
|
|
| Back to top |
|
 |
Carlo Kok Guest
|
Posted: Tue Jun 20, 2006 10:55 pm Post subject: Re: Needs several delphi exe to talk to each other |
|
|
Didier Gasser-Morlay wrote:
| Quote: | Hello,
I need for several programmes, written in Delphi to be able to talk to
each other. These programs are not necessarily on the same computer.
I looked for a component encapsulating named pipes but could not find
anything recient or maintained.
So I have two questions
- I am looking for the right thing ?
- do you know of any such components ?
|
RemObjects SDK supports communications between applications on the same
pc or different ones over windows messages, named pipes, http, plain tcp
and more.
http://www.remobjects.com?rodelphi
--
Carlo Kok
RemObjects Software |
|
| Back to top |
|
 |
Walter Matte Guest
|
Posted: Tue Jun 20, 2006 10:58 pm Post subject: Re: Needs several delphi exe to talk to each other |
|
|
The RTC SDK would work very well.
www.realthinclient.com
Walter
"Didier Gasser-Morlay" <didiergm (AT) ogeane (DOT) com> wrote in message
news:44982588$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hello,
I need for several programmes, written in Delphi to be able to talk to
each other. These programs are not necessarily on the same computer.
I looked for a component encapsulating named pipes but could not find
anything recient or maintained.
So I have two questions
- I am looking for the right thing ?
- do you know of any such components ?
Thanks
Didier |
|
|
| Back to top |
|
 |
Kevin Powick Guest
|
Posted: Wed Jun 21, 2006 12:11 am Post subject: Re: Needs several delphi exe to talk to each other |
|
|
Oliver Katins wrote:
Yes, for peer to peer communications this is probably the better choice.
Products such as RemObjects, RealThinClient SDK, and kbmMW are really
good at what they do, but are more geared towards the idea of
workstations talking to servers.
--
Kevin Powick |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jun 21, 2006 2:30 am Post subject: Re: Needs several delphi exe to talk to each other |
|
|
Kevin Powick wrote:
| Quote: | Oliver Katins wrote:
take a look at
http://www.eldos.com/msgconnect/
it is really nice and easy to use.
Yes, for peer to peer communications this is probably the better choice.
Products such as RemObjects, RealThinClient SDK, and kbmMW are really
good at what they do, but are more geared towards the idea of
workstations talking to servers.
--
Kevin Powick
|
Maybe you should take a look at MsgCommunicator from aidaim software.
I havent tested it my self, but i have a very good experience with
other products from that company
http://www.aidaim.com/delphi_messenger_sdk_instant_messaging_sdk_im_sdk.htm
Sigurdur |
|
| Back to top |
|
 |
Falanga Alain Guest
|
Posted: Wed Jun 21, 2006 8:12 am Post subject: Re: Needs several delphi exe to talk to each other |
|
|
Didier Gasser-Morlay a émis l'idée suivante :
| Quote: | Hello,
I need for several programmes, written in Delphi to be able to talk to each
other. These programs are not necessarily on the same computer.
I looked for a component encapsulating named pipes but could not find
anything recient or maintained.
So I have two questions
- I am looking for the right thing ?
- do you know of any such components ?
Thanks
Didier
|
Another vote for KbmMW witch is a very great ee-framework (Extended
Exchange Framework).
Cheers,
Alain
--
Ceci est une signature automatique de MesNews.
Site : http://www.mesnews.net |
|
| Back to top |
|
 |
Didier Gasser-Morlay Guest
|
Posted: Wed Jun 21, 2006 8:12 am Post subject: Re: Needs several delphi exe to talk to each other - Thanks |
|
|
Didier Gasser-Morlay wrote:
| Quote: | Hello,
I need for several programmes, written in Delphi to be able to talk to
each other. These programs are not necessarily on the same computer.
I looked for a component encapsulating named pipes but could not find
anything recient or maintained.
So I have two questions
- I am looking for the right thing ?
- do you know of any such components ?
Thanks
Didier
|
Thank you all for your advices.
Didier |
|
| Back to top |
|
 |
|