Artifact a9a1ea134e608198395456198152ef180b3012e07ad28364d2cc0836cc6fb44b:
- File docs/limitations.md — part of check-in [70438dc56d] at 2018-02-06 15:47:39 on branch trunk — Add support for decoding multipart/form-data on POST queries. (user: drh size: 504)
Wapp Limitations
The current Wapp 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 Wapp application using CGI, such that each HTTP request is handled by a separate process.