Click here to Skip to main content
15,793,452 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: How this can be done in Atomic way? Pin
CodingYoshi11-Dec-08 4:34
CodingYoshi11-Dec-08 4:34 
AnswerRe: How this can be done in Atomic way? Pin
samdevloper8-Mar-09 20:18
samdevloper8-Mar-09 20:18 
GeneralRe: How this can be done in Atomic way? Pin
CodingYoshi11-Mar-09 19:27
CodingYoshi11-Mar-09 19:27 
GeneralRe: How this can be done in Atomic way? Pin
samdevloper5-Mar-09 3:50
samdevloper5-Mar-09 3:50 
AnswerRe: How this can be done in Atomic way? Pin
samdevloper9-Mar-09 3:37
samdevloper9-Mar-09 3:37 
AnswerRe: How this can be done in Atomic way? Pin
samdevloper9-Mar-09 3:38
samdevloper9-Mar-09 3:38 
GeneralRe: How this can be done in Atomic way? Pin
samdevloper5-Mar-09 3:48
samdevloper5-Mar-09 3:48 
QuestionInterprocess communication Pin
carlop()3-Dec-08 23:07
carlop()3-Dec-08 23:07 
Current Scenario:
I have a long running application that gets a job list from sql, creates a child process for each request and exchange status data with those child process with a full-duplex communication.
All processes runs on the same machine as the host application, currently all processes are Win32 and I use WM_COPYDATA.
Future:
It is likely that in the next future the Win32 application will be rewritten to .NET, child processes will remain untouched, new child processes will be written in any language/platform (.NET, Win32) depending on 3rd party specifications/libraries.
Question:
I would like to hear some rant on how to implement interprocess communication between .NET and Win32 application.

TIA

---( carlop )---
web @ www.carlop.com
blog @ carlop-dev.blogspot.com

AnswerRe: Interprocess communication Pin
Eddy Vluggen16-Dec-08 23:22
professionalEddy Vluggen16-Dec-08 23:22 
QuestionAssertion vs. Exception Pin
CodingYoshi3-Dec-08 12:32
CodingYoshi3-Dec-08 12:32 
AnswerRe: Assertion vs. Exception Pin
Mark Churchill3-Dec-08 15:14
Mark Churchill3-Dec-08 15:14 
GeneralRe: Assertion vs. Exception Pin
CodingYoshi3-Dec-08 18:35
CodingYoshi3-Dec-08 18:35 
GeneralRe: Assertion vs. Exception Pin
Mark Churchill3-Dec-08 19:13
Mark Churchill3-Dec-08 19:13 
QuestionApplications, patterns and technikes based on behavior analysis. Pin
Ahmed Charfeddine3-Dec-08 1:10
Ahmed Charfeddine3-Dec-08 1:10 
QuestionReleasing .Net programs Pin
Tommy4U28-Nov-08 6:27
Tommy4U28-Nov-08 6:27 
AnswerRe: Releasing .Net programs Pin
Mark Churchill30-Nov-08 15:02
Mark Churchill30-Nov-08 15:02 
GeneralWow, what ever Pin
led mike1-Dec-08 6:22
led mike1-Dec-08 6:22 
GeneralRe: Wow, what ever Pin
Paul Conrad1-Dec-08 7:01
professionalPaul Conrad1-Dec-08 7:01 
GeneralRe: Wow, what ever Pin
led mike1-Dec-08 8:54
led mike1-Dec-08 8:54 
GeneralRe: Wow, what ever Pin
Paul Conrad1-Dec-08 8:57
professionalPaul Conrad1-Dec-08 8:57 
GeneralRe: Wow, what ever Pin
led mike1-Dec-08 9:01
led mike1-Dec-08 9:01 
GeneralRe: Wow, what ever Pin
Paul Conrad1-Dec-08 9:04
professionalPaul Conrad1-Dec-08 9:04 
AnswerRe: Releasing .Net programs Pin
Paul Conrad1-Dec-08 7:03
professionalPaul Conrad1-Dec-08 7:03 
QuestionDatabase transaction boundaries in three tier Pin
AliasElias27-Nov-08 3:32
AliasElias27-Nov-08 3:32 
AnswerRe: Database transaction boundaries in three tier Pin
Joe DiNatale1-Dec-08 6:58
Joe DiNatale1-Dec-08 6:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.