software architecture
-
Mittwoch, 3. Dezember 2008 19:03I would like to ask about long running processing that spans other processes and how to implement interprocess communication... where ?TIA
Alle Antworten
-
Donnerstag, 4. Dezember 2008 04:53
Hello,
Thank you for your post! Unfortunately I am not able to determine which forum or newsgroup is best suited for your question at hand. Can you provide me a little more detail in regards to the product or technology you are inquiring about?Thanks!
Thanks & regards,
Ashawani Tier 2 Application Support Server and Tools Online Engineering Live Services Team -
Donnerstag, 4. Dezember 2008 08:49I need to create a long running Win32 application that gets a job list from sql, creates a child process (Win32 or .NET) for each request and exchange status data with those child process with a full-duplex communication. It is likely that in the next future the Win32 application will be rewritten to .NET, while child processes will remain untouched.I would like to hear some suggestion on how to implement interprocess communication: currently all processes are Win32 and I use WM_COPYDATA, but I'm thinking about the future...
-
Samstag, 31. März 2012 04:12Besitzer
Try a SQL forum or a few options...
http://social.msdn.microsoft.com/Forums/en-US/category/netdevelopment
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)
- Als Antwort vorgeschlagen Ed Price - MSFTMicrosoft Employee, Owner Samstag, 31. März 2012 04:12
- Als Antwort markiert Ed Price - MSFTMicrosoft Employee, Owner Samstag, 31. März 2012 04:12
-
Samstag, 31. März 2012 19:09Moderator
You could ask this question in the "General Windows Desktop Development Issues" Forum at the following address
http://social.msdn.microsoft.com/Forums/en-us/windowsgeneraldevelopmentissues/threads
You can find many interesting articles about this topic at the CodeProject web site: take a look at the following link
http://www.codeproject.com/search.aspx?q=interprocess+communication&doctypeid=1%3b2%3b3
And do not forget to read the MSDN article "Interprocess Communication" at the following address
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx
Bye.
Luigi Bruno - Microsoft Community Contributor 2011 Award
- Bearbeitet Luigi BrunoModerator Samstag, 31. März 2012 19:10