Wapp

Diff
Login

Differences From Artifact [860e6234de]:

To Artifact [a9a1ea134e]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Wapp Limitations
================

The current Wapp implementation has the following limitations:

  1.   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.
       <p>
       This limitation can be worked around by deploying the Wapp application
       using CGI, such that each HTTP request is handled by a separate
       process.

  2.   POST parameter decoding currently only understands
       application/x-www-form-urlencoded content.  The multipart/form-data
       stil of POST content is not currently understood.













<
<
<
<
1
2
3
4
5
6
7
8
9
10
11
12
13




Wapp Limitations
================

The current Wapp implementation has the following limitations:

  1.   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.
       <p>
       This limitation can be worked around by deploying the Wapp application
       using CGI, such that each HTTP request is handled by a separate
       process.