Artifact 0d7b0130113620e9d1bdcf20a90b92864db4ffa9e91462ec28120931259276c1:
- File docs/limitations.md — part of check-in [c0bf5ea896] at 2024-04-15 10:28:22 on branch w3 — Rebrand as "W3" (user: drh size: 500)
Wapp Limitations
The current W3 implementation has the following limitations:
- The actual page generation step is single threaded. Multiple
connections can be incoming and multiple replies can be in-flight
at the same time. But the generation of each reply happens all
at once.
This limitation can be worked around by deploying the W3 application using CGI, such that each HTTP request is handled by a separate process.