PC Review


Reply
Thread Tools Rate Thread

Comunicate EXEs

 
 
Juan
Guest
Posts: n/a
 
      2nd Feb 2005
Hello:

I need to comunicate two types of EXE applications : the first one can
enable/disable features in the second one. They are in a LAN.

I'm thinking in Remoting, but I don't know if it is the rigth technology, it
seems like it is for executing a remote object in local, instead of
comunicating EXEs throught a LAN.

Any ideas?

Thanks

Juan


 
Reply With Quote
 
 
 
 
Jako Menkveld
Guest
Posts: n/a
 
      2nd Feb 2005
Remoting is only way to do that as far as I know...

"Juan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello:
>
> I need to comunicate two types of EXE applications : the first one can
> enable/disable features in the second one. They are in a LAN.
>
> I'm thinking in Remoting, but I don't know if it is the rigth technology,
> it seems like it is for executing a remote object in local, instead of
> comunicating EXEs throught a LAN.
>
> Any ideas?
>
> Thanks
>
> Juan
>



 
Reply With Quote
 
rogercnorris@yahoo.com
Guest
Posts: n/a
 
      2nd Feb 2005
You could also use TcpClient / TcpListener to send simple messages back
and forth. I don't have much experience with Remoting, so I can't
comment on which approach might be better.

 
Reply With Quote
 
NuTcAsE
Guest
Posts: n/a
 
      2nd Feb 2005
If there is a one way dependency, for example ExeA depends on Exe B but
Exe B can exist without Exe A, id suggest using Remoting with
SingleCall servers for messaging. But if your exes are interdependent
and communicate using messages raw you can use sockets or TcpClient and
TcpListener.

 
Reply With Quote
 
Eugene Mayevski
Guest
Posts: n/a
 
      7th Feb 2005
Hello!
You wrote on Wed, 2 Feb 2005 15:25:09 +0100:

J> I need to comunicate two types of EXE applications : the first one can
J> enable/disable features in the second one. They are in a LAN.
J> I'm thinking in Remoting, but I don't know if it is the rigth
J> technology, it seems like it is for executing a remote object in local,
J> instead of comunicating EXEs throught a LAN.

You can use MsgConnect (http://www.msgconnect.com/) for this.

With best regards,
Eugene Mayevski

 
Reply With Quote
 
S. Senthil Kumar
Guest
Posts: n/a
 
      8th Feb 2005
I'd suggest Remoting, the basics of remoting is very easy to setup,
it's only if you need callbacks and stuff that it gets complicated.

Regards
Senthil

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Need comunicate! Frank Saunders MS-MVP IE,OE/WM Windows Vista Mail 0 25th May 2008 12:57 AM
XPe clients cannot comunicate (going nuts) Augusto Alvarez Windows XP Embedded 2 11th Dec 2007 11:56 PM
cannot comunicate with server =?Utf-8?B?S2xlb3M=?= Microsoft Outlook BCM 1 24th Feb 2006 01:45 AM
Are .NET 2.0 EXEs faster than 1.1 EXEs? mb Microsoft Dot NET 2 14th Sep 2004 09:49 AM
Comunicate controls =?Utf-8?B?Sm9zZW1h?= Microsoft C# .NET 1 29th Jan 2004 11:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:21 AM.