@@ -344,6 +344,17 @@ Server detects supported protocols automatically, without assignment from users.
Ifyouneedmoreprotocols,contactus.
# fork without exec
Ingeneral,[forked](https://linux.die.net/man/3/fork) subprocess should call [exec](https://linux.die.net/man/3/exec) ASAP, before which only async-signal-safe functions should be called. brpc programs using fork like this should work correctly even in previous versions.