Skip to content

Commit ca52787

Browse files
committed
Update HTTP pros/cons in README
Signed-off-by: Alex Ellis <[email protected]>
1 parent ee68dd7 commit ca52787

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Pros:
4747

4848
* Fastest option for high concurrency and throughput
4949

50+
* More efficient concurrency and RAM usage vs. forking model
51+
5052
* Database connections can be persisted for the lifetime of the container
5153

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

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

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

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

0 commit comments

Comments
 (0)