I built the boost 1.81.0 library, then compiled boost::beast on Linux Ubuntu 22.04 with c++20 (cxxstd 2a). out of this library I wish to learn how to work with 100% (almost) CPU-s on multiple web-sockets.
can you help me innovate/modify the code to prepare an example that utilize multiple web-sockets that use 100% of the cpu?
i have simple client:
okatz@okatz2015:~/Public/boost/boost_1_81_0/bin.v2/libs/beast/example/websocket/client/awaitable/gcc-11/debug/cxxstd-2a-iso/threading-multi/visibility-hidden$ ./websocket-client-awaitable localhost 8080 "Hello, world!"
Hello, world!
Thanks Ori Kovacsi Katz
process #1
(pyjwt) okatz@okatz2015:~/Public/boost/boost_1_81_0$ ^C
(pyjwt) okatz@okatz2015:~/Public/boost/boost_1_81_0$ sudo ./bin.v2/libs/beast/example/advanced/server-flex-awaitable/gcc-11/debug/cxxstd-2a-iso/threading-multi/visibility-hidden/advanced-server-flex-awaitable 0.0.0.0 8080 . 1
[sudo] password for okatz: *****
process #2okatz@okatz2015:~/Public/boost/boost_1_81_0/bin.v2/libs/beast/example/websocket/client/awaitable/gcc-11/debug/cxxstd-2a-iso/threading-multi/visibility-hidden$ ./websocket-client-awaitable localhost 8080 "Hello, world!"
Hello, world!