Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Document how to make a HIL server handle more requests #648

Open
3 tasks
henn opened this issue Sep 1, 2016 · 1 comment
Open
3 tasks

Document how to make a HIL server handle more requests #648

henn opened this issue Sep 1, 2016 · 1 comment

Comments

@henn
Copy link
Contributor

henn commented Sep 1, 2016

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
@xuhang57
Copy link
Contributor

xuhang57 commented Feb 1, 2018

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

@xuhang57 xuhang57 mentioned this issue Feb 1, 2018
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants