Bugs item #487422, was opened at 2001-11-30 00:08
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=487422&group_id=3152

Category: Configuration: Server
Group: aolserver3_4
Status: Open
Resolution: None
Priority: 5
Submitted By: Pete Breugel (pbreugel)
>Assigned to: Kriston Rehberg (kriston)
>Summary: Form posts > 16kb freezes Server

Initial Comment:
I created a standard HTML form to upload text:

<form method="post" action="/test.adp">
<textarea ...>...
</form>

With text sizes starting at about 10-15kb
it comes to the following problem:

After submitting Aolserver seems to freeze.
It shows no reaction for about 20 seconds to
2 minutes.

I included various ns_log tests and come to
the conclusion that there's a problem around
ns_conn/ns_getform. I can't log the submitted
text! It's gone.

System: Linux, I tried both aolserver3_3_1+ad13
and aolserver3_4_2.

When I upload files of sizes > 30kb there's
no problem (multipart/formdata)
In the config file I changed MaxPost > 100.000
(and also maxline)
but I think this parameter doesn't affect
textual non-multipart postings.

As form posts are such a basic thing for every
webservice I wonder what I'm doing wrong or
could be the problem?

Thank you,
Pete.

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=487422&group_id=3152

Reply via email to