We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee68dd7 commit ca52787Copy full SHA for ca52787
README.md
@@ -47,6 +47,8 @@ Pros:
47
48
* Fastest option for high concurrency and throughput
49
50
+* More efficient concurrency and RAM usage vs. forking model
51
+
52
* Database connections can be persisted for the lifetime of the container
53
54
* 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:
73
75
74
76
* Daemons such as express/flask/sinatra can be unpredictable when used in this way so many need additional configuration
77
78
+* Additional memory may be occupied between invocations vs. forking model
79
80
### 2. Serializing fork (mode=serializing)
81
0 commit comments