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