|
|
|
|
|
by Inufu
3369 days ago
|
|
It looks like what you are actually timing is the time it takes to start a process - time for either communication method should be on the order of microseconds or less.
For better results, start the two processes first, then measure how long it takes to send a message from process a to b and back to a. |
|