[PYTHONMAC-SIG] CGI return size limit

schochet schochet@globecomm.net
Thu, 20 Nov 97 16:08:34 -0500


I think the AE interface only lets you send 32k at a time.
The sdoc event handler should return the string <SEND_PARTIAL>  to 
WebStar and it will keep the connection open and expect more data to 
arrive.
-Ben S.

At 11/20/97 1:45 PM, Guido van Rossum wrote:

>> I'm using Python with success for building CGI scripts on the Mac.
>> I have, however, a problem with the classic >32K size limit when returning
>> big chunks of info.
>> 
>> How can I send more than 32K to a browser as a result of a CGI program?
>
>I can't believe that this would be a Python problem (what error
>message do you get?).  You may have to read your HTTP server's
>documentation.

_______________
PYTHONMAC-SIG  - SIG on Python for the Apple Macintosh

send messages to: pythonmac-sig@python.org
administrivia to: pythonmac-sig-request@python.org
_______________