hello,
I'm doing some job concerning code migration from linux to windows,one of the handicaps is the message queue,which is used to do interprocess communication.I 've tried several ways under windows such like pipes ,mailslot and sending message to a window(SendMess age then GetMessage),but it can't reach the performances of the linux's related system calls.
I've got no time to write the message queue source code of my own,through the shared memory mechanism,which I know is theoretically feasible.
what else can I do? Is there a source ready-made?
thanks in advance~
-yogo
I'm doing some job concerning code migration from linux to windows,one of the handicaps is the message queue,which is used to do interprocess communication.I 've tried several ways under windows such like pipes ,mailslot and sending message to a window(SendMess age then GetMessage),but it can't reach the performances of the linux's related system calls.
I've got no time to write the message queue source code of my own,through the shared memory mechanism,which I know is theoretically feasible.
what else can I do? Is there a source ready-made?
thanks in advance~
-yogo
Comment