best way to transfer data

Hi all,

I would like to know what is the best way to transfer quite a large data
from one process to another process???

TIA,
Mankan

Mankan <smankan@nospam.ueidaq.com> wrote:

Hi all,

I would like to know what is the best way to transfer quite a large data
from one process to another process???

How big is “quite large”?

For larger messages, primary choices would be message passing which
will copy the data from one process to the other, and using shared
memory which avoids the copy, but introduces synchronisation issues.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.