software architecture
-
Wednesday, December 03, 2008 7:03 PMI would like to ask about long running processing that spans other processes and how to implement interprocess communication... where ?TIA
All Replies
-
Thursday, December 04, 2008 4:53 AM
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 -
Thursday, December 04, 2008 8:49 AMI 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...
-
Saturday, March 31, 2012 4:12 AMOwner
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)
- Proposed As Answer by Ed Price - MSFTMicrosoft Employee, Owner Saturday, March 31, 2012 4:12 AM
- Marked As Answer by Ed Price - MSFTMicrosoft Employee, Owner Saturday, March 31, 2012 4:12 AM
-
Saturday, March 31, 2012 7:09 PMModerator
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
- Edited by Luigi BrunoModerator Saturday, March 31, 2012 7:10 PM