in reply to How to share a group of functions with multiple main processes?

I'm not clear exactly what you are trying to share. Is it code or dynamic data? If it's just code then a module will do.

If you need shared memory then that's more complex, you'll need to use some form of IPC.

  • Comment on Re: How to share a group of functions with multiple main processes?