wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Allow multiple sending and receiving of Messages with IPCMessage for extra performance #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sending and receiving multiple Messages at once with IPCMessage() may be more
efficient than processing one Message at a time. We could improve our
implementation
of IPCMessage() to support this aswell.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:25