Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / October 2007

Tip: Looking for answers? Try searching our database.

A question about replacing a process with another process

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
TonyJ - 18 Oct 2007 12:35 GMT
Hello!

Today we have two processes A and B written in MFC which are communicating
with each other by using serialized socket.
These processes are running as console application and as a GUI application.

Assume I want to replace one of these processes say B with a process written
in C# using window services.

I know window services so you don't have to explain that.

So A should not see any difference.

Is this difficult can somebody give me some hints.

So to handle socket is central point here for process B.

//Tony
Jon Skeet [C# MVP] - 18 Oct 2007 12:45 GMT
> Today we have two processes A and B written in MFC which are communicating
> with each other by using serialized socket.
[quoted text clipped - 10 lines]
>
> So to handle socket is central point here for process B.

Well, where are you stuck? It sounds like you just need to write a new
process which listens on the same socket that process B used to listen
on, and handles the same protocol. It shouldn't be too hard, assuming
the protocol is well documented.

Jon

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.