hil icon indicating copy to clipboard operation
hil copied to clipboard

Document how to make a HIL server handle more requests

Open henn opened this issue 9 years ago • 1 comments

There are certain things one can do to handle more requests that we should document. We've hit these while running various benchmarks that are trying to do things in parallel. These include:

  • [ ] Increasing the processes attribute in WSGIDaemonProcess to something like 128
  • [ ] Maybe increasing the number of apache listeners to accommodate the extra WSGI Daemons.
  • [ ] Increasing postgres's max connection count by modifying max_connections in /var/lib/pgsql/data/postgresql.conf

henn avatar Sep 01 '16 19:09 henn

@naved001 do we have any documentation about multi-process at all so far?

xuhang57 avatar Feb 01 '18 19:02 xuhang57