How does f-stack work with fork?
I'm trying to use fork (), and F-stack doesn't work.
But it strangely works with nginx (multiple works).
I'm sorry for the question (because I'm new to C, I don't know much), but what do?
If possible I would like to request a small code as an example (specifying what was used to function with fork ()).
If you can send me a small piece of code that contains the fork solution, I would be grateful.
My question (regarding fork ()):
Can I run: ff_init // ff_run in each process?
I'm sorry for my bad english.
How does f-stack work with fork?
I'm trying to use fork (), and F-stack doesn't work.
But it strangely works with nginx (multiple works).
I'm sorry for the question (because I'm new to C, I don't know much), but what do?
If possible I would like to request a small code as an example (specifying what was used to function with fork ()).
If you can send me a small piece of code that contains the fork solution, I would be grateful.
My question (regarding fork ()):
Can I run: ff_init // ff_run in each process?
I'm sorry for my bad english.