Multithreading #2085
-
Hello everyone This is a trace capture: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please read the tutorial to see what events get triggered https://mongoose.ws/tutorials/multi-threaded/ In Linux and Mac, the 7.9 example works as expected, if it does not work for you in your environment, please open an issue and provide all relevant information |
Beta Was this translation helpful? Give feedback.
Please read the tutorial to see what events get triggered https://mongoose.ws/tutorials/multi-threaded/
In latest (master branch), we are replacing this by a queue, perhaps you'll feel more comfortable with that https://github.com/cesanta/mongoose/tree/master/examples/multi-threaded
In Linux and Mac, the 7.9 example works as expected, if it does not work for you in your environment, please open an issue and provide all relevant information
Regarding Windows and your compiler, please open an issue and provide all relevant information; it has been tested with MinGW.