Artifact 860e6234dea7734762d884492e481e8e0d31bffd092da8055b053220b54b34be:
- File docs/limitations.md — part of check-in [7ec2de27c9] at 2018-02-02 05:41:43 on branch trunk — Improved documentation. No code changes. (user: drh size: 695)
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.
POST parameter decoding currently only understands application/x-www-form-urlencoded content. The multipart/form-data stil of POST content is not currently understood.