Commit 9565e82
docs: Add concurrency models documentation
- Add detailed explanation of Gunicorn vs Async/Await vs ThreadPoolExecutor
- Add quick reference guide with comparison table
- Update README to clarify current implementation uses Gunicorn (not async/await)
- Add links to concurrency documentation in README1 parent 25b6a74 commit 9565e82
File tree
3 files changed
+531
-0
lines changed- docs/concurrency
3 files changed
+531
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
332 | 334 | | |
333 | 335 | | |
334 | 336 | | |
| 337 | + | |
| 338 | + | |
335 | 339 | | |
336 | 340 | | |
337 | 341 | | |
| |||
0 commit comments