Sunday, March 9, 2014

How function pointers are shared across different processes? using which IPCs?

Two processes can not share function pointers. If we want to use functions in two processes we will have to make library for those functions and we use that library in our processes.

1 comment:

  1. is library sharing is ipc mechanism ? then which one that is ?

    ReplyDelete