Re: sending data to cgi

[email protected] (William Piel) Sat, 12 Jan 2002 06:06:08 -0500
Newsgroups perl.macperl.webcgi
Message-ID <v04020a00b865c837f5d4@[128.205.248.11]>
>> I've been running a Perl cgi on a UNIX machine. The purpose of this cgi is
>> to download and parse data that the user has copy/pasted into a text window
>> on his or her web browser and POSTed to the cgi.
>>
>> I've now moved my script to MacPerl and have found that it can no longer
>> handle data with more than about 30kb. Yet I'd like to allow users to send
>> me data between 100 and 500kb. It worked okay on UNIX/Apache, why can't it
>> work with MacPerl on a Macintosh?
>
>Try increasing the memory size of the CGI script (File/Get Info/Memory).
>
>(sorry, I forgot to paste the text of the original message... So here I am
>again!)
>
>Regards,
>Will

Thanks for the good suggestion, but unfortunately it doesn't solve the
problem. Booting MacPerl to 50 MB, or the cgi-bin to 10 MB (up from the
suggested 128k) has no effect.

bummer.

Bill