mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
docs: adjust lost image links
This commit is contained in:
parent
93f4fe5532
commit
000d2d2027
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue