From 000d2d2027df47650e9f33c68c6e488c13400b61 Mon Sep 17 00:00:00 2001 From: Andy Green <andy@warmcat.com> Date: Wed, 19 Sep 2018 10:22:21 +0800 Subject: [PATCH] docs: adjust lost image links --- .../http-server/minimal-http-server-smp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minimal-examples/http-server/minimal-http-server-smp/README.md b/minimal-examples/http-server/minimal-http-server-smp/README.md index c2a36aa9..6bc0096d 100644 --- a/minimal-examples/http-server/minimal-http-server-smp/README.md +++ b/minimal-examples/http-server/minimal-http-server-smp/README.md @@ -4,7 +4,7 @@ Lws supports multithreaded service... build lws with `-DLWS_MAP_SMP=<max number default is 1. If nonzero, some extra pthreads locking is built into lws and it supports multiple independent service threads. - + When an incoming connection is accepted, it is bound to the pt with the lowest current wsi count, to keep the load on the threads balanced. Only the pt the wsi is bound to can service @@ -13,7 +13,7 @@ service threads, a wsi can only be service by the pt it is bound to. The effectiveness of the scalability depends on the load. Here is an example of roughly what can be expected - + ## build -- GitLab