PDA

View Full Version : Events lost in IPC through local socket in Windows



yogesh
22nd May 2009, 14:44
Hi,
I am using a Local socket based IPC mechanism between two processes in Windows. I am facing the problem that if I send some big data through IPC calls frequently I am not receiving all the events at the other end. Say out of 15 events send I am only receiving sometimes 10 or 12 or 13 events. How should I make sure that I am receiving all the events with complete data sent from one process into another??

Regards,
Yogesh

wysota
24th May 2009, 12:38
We'd have to see your code to be able to tell anything.