Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Nov : Efficient communication

www.cryer.info
Managed Newsgroup Archive

Efficient communication

Subject:Efficient communication
Posted by:"Mike Warren" (miwa-not-this-b..@or-this-csas.net.au)
Date:14 Nov 2006 19:37:10

I have a controller app that needs to communicate with 3 instances of a
slave program and I want to use the least resource (particularly CPU)
hungry method for communication.

The only data that needs to be transfered is about 50 integers per
second between each slave and the controller.

My guess is that windows messages would be best in this case. I'm not
particularly concerned about small delays in the messages arriving but
they must always arrive and be in the correct order.

--
Mike

Replies:

www.cryer.info
Managed Newsgroup Archive