reduce nice value for the server IO thread
commitd46e5c21ba2861088a65b0e0402c9076ee6775ae
authorBin Liu <binliu@fb.com>
Wed, 25 Jul 2018 19:19:02 +0000 (25 12:19 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 25 Jul 2018 19:35:18 +0000 (25 12:35 -0700)
tree962e076508c572058ba448fa0aff339643505067
parent6c7b355d735f7ce6316cddc49e74666318a55a05
reduce nice value for the server IO thread

Summary:
Also give the thread a name.

Linux scheduler is smart enough to make it not starve other threads, in case only one core is available.

Differential Revision: D8937566

fbshipit-source-id: 9e96c7c41daaa96088bde3ef60bcddd9becce4e1
hphp/runtime/server/proxygen/proxygen-server.cpp