1d4afb5ceSopenharmony_ci <html> 2d4afb5ceSopenharmony_ci <head> 3d4afb5ceSopenharmony_ci <meta charset=utf-8 http-equiv="Content-Language" content="en"/> 4d4afb5ceSopenharmony_ci <script src="/example.js"></script> 5d4afb5ceSopenharmony_ci </head> 6d4afb5ceSopenharmony_ci <body> 7d4afb5ceSopenharmony_ci <img src="libwebsockets.org-logo.svg"> 8d4afb5ceSopenharmony_ci <img src="strict-csp.svg"><br> 9d4afb5ceSopenharmony_ci 10d4afb5ceSopenharmony_ci <b>Minimal ws server threadpool example</b>.<br> 11d4afb5ceSopenharmony_ci 8 x ws connections are opened back to the example server.<br> 12d4afb5ceSopenharmony_ci There are three threads in the pool to service them, the<br> 13d4afb5ceSopenharmony_ci remainder are queued until a thread in the pool is free.<p> 14d4afb5ceSopenharmony_ci The textarea show the last 50 lines received. 15d4afb5ceSopenharmony_ci <br> 16d4afb5ceSopenharmony_ci <br> 17d4afb5ceSopenharmony_ci <textarea id=r readonly cols=40 rows=50></textarea><br> 18d4afb5ceSopenharmony_ci </body> 19d4afb5ceSopenharmony_ci</html> 20