C++ Interactive Daemon

I need to write C++ Interactive Daemon which can do following.

- Read big file ( approx 170 MB ) and keep in memory
- Give access to other processes to read loaded file inmemory

I am not sure how to go ahead with this , is it possible to share memory space across processes?

Can anyone give some examples or pointer how to do this.
Topic archived. No new replies allowed.