473,548 Members | 2,691 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

communicating with other app

Is there a simple way of communication between applications
I would need to send or receive some data from time to time?
Nov 15 '05 #1
4 1203
Check out Remoting services.

--
William Stacey, MVP

"Sput" <sp********@pos t.htnet.hr> wrote in message
news:bv******** **@ls219.htnet. hr...
Is there a simple way of communication between applications
I would need to send or receive some data from time to time?

Nov 15 '05 #2
"Sput" <sp********@pos t.htnet.hr> wrote in message news:<bv******* ***@ls219.htnet .hr>...
Is there a simple way of communication between applications
I would need to send or receive some data from time to time?


you may want to consider creating a web-service on each end to
communicate. although not as fast as remoting ...

Vince
Nov 15 '05 #3
You can add socket-based communication (TCP/UDP) to the list, as well as
message queuing.

One way to choose the "appropriat e" mechanism is to look at the platform(s)
both applications will be running on (both .NET CLR, .NET and Java, etc.),
and the bandwidth that will be available (both in memory on the same
machine, LAN, Internet, WAN, etc.). These two facets will narrow down your
choices. For instance, if both applications are .NET apps running on the
same computer or your LAN, most literature will say Remoting or Web Services
are your best bet (Remoting being the more performant). If the applications
are connected on different platforms where a firewall might sit between
them, exposing the applications via web services becomes the best strategy.
Plain vanilla sockets might be your best bet if both applications are
connected by a very low bandwidth pipe, as SOAP messages can be much larger
than a binary or character-based protocol you develop for your needs.

Hope this helps.
--
Jeffrey Wynn
so********@nosp am.net

"Vince Apesa" <va****@hotmail .com> wrote in message
news:a8******** *************** ***@posting.goo gle.com...
"Sput" <sp********@pos t.htnet.hr> wrote in message

news:<bv******* ***@ls219.htnet .hr>...
Is there a simple way of communication between applications
I would need to send or receive some data from time to time?


you may want to consider creating a web-service on each end to
communicate. although not as fast as remoting ...

Vince

Nov 15 '05 #4
Another way, appropriate for apps running on the same machine, is the
SendMessage API and WM_SETTEXT Windows Message.

Dale

"Sput" <sp********@pos t.htnet.hr> wrote in message
news:bv******** **@ls219.htnet. hr...
Is there a simple way of communication between applications
I would need to send or receive some data from time to time?

Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2846
by: Michael Williams | last post by:
Hi, I am trying to create a VB6 application which can act as a 'connection broker' for other applications being run on the same machine. Essentially, the broker app will setup a number of connections to our legacy system. Another system will call a Java object, which will communicate with a COM object, which I want then to query the...
1
2853
by: Martin | last post by:
This is probably a very easy one but I just can't put my finger on the communicating events name:- I have a MDIform with a couple of child forms. The child forms scroll vertically at run time using the automatically supplied scrollbars of the MDIform. When scrolling , or immediately after scrolling, the child forms I want a procedure to be...
2
1833
by: Eric Brunel | last post by:
Hi all, We're trying to communicate with Microsoft Visual C++ 6.0 via COM to make it perform a few operations. Our main need is to set a breakpoint on a given line in a given file. We ended up with the following script: --------------------------------------------- import win32com.client import time
3
2271
by: Michael Sparks | last post by:
Hi, I'm posting a link to this since I hope it's of interest to people here :) I've written up the talk I gave at ACCU Python UK on the Kamaelia Framework, and it's been published as a BBC R&D White Paper and is available here: * http://www.bbc.co.uk/rd/pubs/whp/whp113.shtml
1
1609
by: valere | last post by:
I look for information for communicating between JavaScript and a native plugin. I noticed that LiveConnect is oriented to communicate as a "bridge" between Java and JS. But how to process with a native plugin ? Thanks in advance for answering to the newbye I am.
3
23847
by: Stan | last post by:
Hallo, I have developed an application in MS Access 2000 (Polish version) under MS Windows XP prof (also Polish). Now I would like to run this code on MS Windows XP EN and MS Access XP EN. I have converted the mdb to version 2002 under MS Access XP Polish and under this version everything works OK. The problem starts when I copy the mdb file...
0
1949
by: Filips Benoit | last post by:
A particular form - always the same - sometimes becomes corrupt after saving. Error msg = The expression On Open you entered as the event property settings produced the following error: A problem occurred while 'DB-name' was communicating with the ole server or ActiveX controle. The form has a calendar-controle. I have eliminated the...
0
1806
by: DD | last post by:
I am trying to place a Word document into a form. I get the following error A problem occured while Microsoft Access was Communicating with the OLE or Activex Control the name of the ole is OLEUnbound5 class Word.Document.8 I can embedd all other windows applications and i am running OfficeXP Developer The reason i want the word doc is i...
10
1332
by: Gabe Moothart | last post by:
Hi, I have 3 applications (2 services and a winforms app) that need to be able to send/recieve messages from each other. What is the best way to do this in .NET? I looked briefly at remoting, but it seems like it might be overkill since the applications are all on the same machine. I could use an xml file which they can all read/write to......
5
1789
by: jehugaleahsa | last post by:
Hello: I want to have a class that sends messages to a textbox. However, I want the message sender to be in a different thread than the message displayer, so users can scroll through the messages. How do I communicate between these threads? Thanks, Travis
0
7518
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7444
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7711
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7467
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6039
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5367
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3497
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3478
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1932
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.