Add force-poll option (in case your epoll is buggy)
Tidy up options Use Pollserver class to load plugins, not unused tcpserver git-svn-id: https://svn.perl.org/qpsmtpd/trunk@591 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
9c8df69be1
commit
9b841dd928
1
qpsmtpd
1
qpsmtpd
@ -58,6 +58,7 @@ Options:
|
||||
-j, --procs J : spawn J processes; default 1
|
||||
-a, --accept K : accept up to K conns per loop; default 20
|
||||
-h, --help : this page
|
||||
--use-poll : force use of poll() instead of epoll()/kqueue()
|
||||
|
||||
NB: -f and -j are mutually exclusive. If -f flag is not used the server uses
|
||||
poll() style loops running inside J child processes. Set J to the number of
|
||||
|
Loading…
Reference in New Issue
Block a user