473,396 Members | 1,847 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,396 software developers and data experts.

Doing IPC in .net

Hi
I'm currently developing two VB.NET applications that run
on the same computer. Now, these two processes need to
talk to each other - that's why I need Inter process
communication. I've heard about remoting could work for
this, but unfortunately I can't use it (don't ask why,
mainly some security aspects in the target network). So,
is there a different approach?

Thanks
Sam
Nov 22 '05 #1
2 1063
Hi Sam,

Well, I have to ask why?
Remoting is just (de)serialization over a channel (http, tcp out of the
box).
As a managed alternative you might use sockets or message queueing.
Or you might use some unmanaged (interop perhaps) classic windows ways.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rhand.com

"Sam Johnson" <an*******@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Hi
I'm currently developing two VB.NET applications that run
on the same computer. Now, these two processes need to
talk to each other - that's why I need Inter process
communication. I've heard about remoting could work for
this, but unfortunately I can't use it (don't ask why,
mainly some security aspects in the target network). So,
is there a different approach?

Thanks
Sam

Nov 22 '05 #2
Hi Sam,

"Sam Johnson" <an*******@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Hi
I'm currently developing two VB.NET applications that run
on the same computer. Now, these two processes need to
talk to each other - that's why I need Inter process
communication. I've heard about remoting could work for
this, but unfortunately I can't use it (don't ask why,
mainly some security aspects in the target network). So,
is there a different approach?


<rant>
Every so often there are posts like this one where the poster wants to
know how to do Y task *without* using X technology/feature, X
technology/feature being the first thing one would be inclined to suggest
to someone wanting to do Y task. The problem is that there is usually little
to no explanation as to why X technology/feature is unsuitable for the task.
As such, how is a potential responder to have any idea whether his/her
suggestion might *also* be unsuitable according to the same criteria?
</rant>

Regards,
Dan
Nov 22 '05 #3

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

Similar topics

4
by: Benjamin | last post by:
Hello, I need some advice on a financial application I'm doing. First, I suppose I should give a little background so you know where I'm coming from. For 5 years I earned my living doing COBOL...
3
by: Amy G | last post by:
I have a whole bunch of tuples that look something like this, aTuple = ('1074545869.6580.msg', 't_bryan_pw@gmcc.ab.ca', 'Your one stop prescriptions') now that I have this I try for x, y, z...
1
by: Benny | last post by:
Hi, I would like to know, if I need to do some floting point operations (mainly multiplication and division) on each roll of a table, should I read the data out from the DB and do the...
12
by: Jason | last post by:
Please don't laugh, this is my FIRST Python script where I haven't looked at the manual for help... import string import random class hiScores: hiScores=
1
by: Kevin | last post by:
Hi All Can someone tell me if I am doing this correctly, or can possibly suggest better ways, if I'm not doing this correctly. I have a windows application that I am writing,So I have a UI and...
27
by: Greg Smith | last post by:
Hello, I have been given a programming task that falls into the "impossible" category with my current skill set. I am hoping somebody out there knows how to do this and can save my b-t. I...
2
by: Josef Meile | last post by:
Hi, I have this constructor: public CExcelDatabase(string host, string user, string password, string database, bool promptCredentials, int findExcelInstance, bool readOnly) { //Some code...
0
by: Sin Jeong-hun | last post by:
I'm using Windows XP x64 edition, and I have just installed .NET Framework 2.0 (x64). When I was doing nothing with my computer the hard disk started making noises and the LED was blinking. I used...
9
by: oddvark | last post by:
Hello, under vc7.1 this code compiles: if (!parent.fillTool) parent.fillTool.dispose; where dispose is a method of fillTool. Notice that dispose does not have ( ) behind it. Under vc8,...
6
by: r035198x | last post by:
I have put together this article to give people starting Swing an awareness of issues that need to be considered when creating a Swing application. Most of the Swing tutorials that I have seen just...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.