Hi, I've made a web based news forum (perl-cgi managed) which works 
perfectly on OSX, but I encounter problems porting it to 0S9:

The size of the messages I can send from a form to the server becomes 
prohibitively short : there is a limit of 32k in the MacHTTP server.

They told me that this size can be extended if I included a 
WSAPI_ReadHTTPData event in my script that would make MacHTTP read more. 
As this would apparently  result in a failure if the input is shorter 
than 32 k I'll have also to get the size first with a 
WSAPI_GetIndexedParameter event. But all this AppleEvent stuff seems 
very complicated. At what stage should it appear in my CGI and how ?  Is 
there someone who could give me an example of what to do ?

I thank you in advance for your help.

E. Rens
---

Reply via email to