Hello,
I would like to use casablanca in a child process in Linux.
When the application starts the crossplat::threadpool::s_shared is automatically constructed in the parent process. However, the 40 threads are not inherited by the child process created by a fork call and, thus, I cannot use casablanca in the child process.
It would be helpful for me if I could control when the threads are created, a sort of init_casablanca() function.
Regards,
Sorin
Comments: Hi, what is the current status ? This is a very important feature for me project. There are any workaround ?
I would like to use casablanca in a child process in Linux.
When the application starts the crossplat::threadpool::s_shared is automatically constructed in the parent process. However, the 40 threads are not inherited by the child process created by a fork call and, thus, I cannot use casablanca in the child process.
It would be helpful for me if I could control when the threads are created, a sort of init_casablanca() function.
Regards,
Sorin
Comments: Hi, what is the current status ? This is a very important feature for me project. There are any workaround ?