mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-15 08:30:34 +03:00
added sslh-ev to install docs
This commit is contained in:
parent
9798bdcaa0
commit
adaf407b8a
@ -73,8 +73,8 @@ of the Makefile:
|
|||||||
Binaries
|
Binaries
|
||||||
--------
|
--------
|
||||||
|
|
||||||
The Makefile produces two different executables: `sslh-fork`
|
The Makefile produces three different executables: `sslh-fork`,
|
||||||
and `sslh-select`:
|
`sslh-select` and `sslh-ev`:
|
||||||
|
|
||||||
* `sslh-fork` forks a new process for each incoming connection.
|
* `sslh-fork` forks a new process for each incoming connection.
|
||||||
It is well-tested and very reliable, but incurs the overhead
|
It is well-tested and very reliable, but incurs the overhead
|
||||||
@ -91,10 +91,10 @@ If you are going to use `sslh` on a "medium" setup (a few thousand ssh
|
|||||||
connections, and another few thousand ssl connections),
|
connections, and another few thousand ssl connections),
|
||||||
`sslh-select` will be better.
|
`sslh-select` will be better.
|
||||||
|
|
||||||
If you have a very large site (tens of thousands of connections),
|
* `sslh-ev` works very much like `sslh-select`, but uses
|
||||||
you'll need a vapourware version that would use libevent or
|
`libev` as a backend. `libev` provides more portability
|
||||||
something like that.
|
and alternative ways to support very large numbers of
|
||||||
|
connections.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user