Skip to content

Commit

Permalink
Update HTTP pros/cons in README
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed May 12, 2019
1 parent ee68dd7 commit ca52787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Pros:

* Fastest option for high concurrency and throughput

* More efficient concurrency and RAM usage vs. forking model

* Database connections can be persisted for the lifetime of the container

* Files or models can be fetched and stored in `/tmp/` as a one-off initialization task and used for all requests after that
Expand All @@ -73,6 +75,7 @@ Cons:

* Daemons such as express/flask/sinatra can be unpredictable when used in this way so many need additional configuration

* Additional memory may be occupied between invocations vs. forking model

### 2. Serializing fork (mode=serializing)

Expand Down

0 comments on commit ca52787

Please sign in to comment.