[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] file upload CGI



<x-flowed>At 8:47 -0500 3/4/99, Erik Olson wrote:
> Are you using a web server? What web server?
>
> A related question for the list:
>
> What web servers support more than 32k data output from a CGI?
> I am stuck with WebStar, which doesn't, except through a 
> save-to-file hack I found on the web. (Tech support suggested I 
> switch to Tango or somesuch. Grr...)
>
> I have logged the MacPerl CGIs trying to send 102k of data, but 
> WebStar receives 0 bytes from the AppleEvent. Apple says there is 
> no longer a 32k data limit. Are there some web servers that are 
> more up-to-date and go beyond?

There hasn't been a 32K limit in the Apple events for YEARS.  Chuck 
put the limit into WebStar partly because the older System versions 
which did have the limit were unfortunately still important at the 
time, and partly for other reasons related to implementation.

WebStar provides a protocol for sending a large response (or one you 
want the user to see incrementally for some reason) in a series of 
events.  It's been years since I played with it...it worked fine for 
me from Frontier when I did exercise it.
   --John
--
John Baxter   jwblist@olympus.net      Port Ludlow, WA, USA
Give a man a fish and you feed him for a day.  Teach him to fish,
and you get rid of him for the weekend.

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org

</x-flowed>