in reply to Forks and IPC
If you are going to use forks & forks::shared, then you should use the functions and methods exported by those modules. fork is not one of them. Ie. You should read their documentation.
threads & threads::shared do effectively the same thing as those two modules, but do it efficiently.
|
|---|