Skip to content
Snippets Groups Projects
Commit 000d2d20 authored by Andy Green's avatar Andy Green
Browse files

docs: adjust lost image links

parent 93f4fe55
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ Lws supports multithreaded service... build lws with `-DLWS_MAP_SMP=<max number ...@@ -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 default is 1. If nonzero, some extra pthreads locking is built into lws and it supports multiple
independent service threads. independent service threads.
![lws-smp-overview](../../../doc-assets/lws-smp-ov.png) ![lws-smp-overview](../../doc-assets/lws-smp-ov.png)
When an incoming connection is accepted, it is bound to the pt with the lowest current wsi 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 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. ...@@ -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 The effectiveness of the scalability depends on the load. Here is an example of roughly what can be expected
![lws-smp-example](../../../doc-assets/lws-smp-example.png) ![lws-smp-example](../../doc-assets/lws-smp-example.png)
## build ## build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment