473,387 Members | 1,588 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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 1185
Check out Remoting services.

--
William Stacey, MVP

"Sput" <sp********@post.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********@post.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 "appropriate" 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********@nospam.net

"Vince Apesa" <va****@hotmail.com> wrote in message
news:a8**************************@posting.google.c om...
"Sput" <sp********@post.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********@post.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
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...
1
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...
2
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...
3
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...
1
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...
3
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...
0
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...
0
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...
10
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...
5
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.