>BTW, I've been fighting this off and on for several months and the last >time I >tested this stuff in MkLinux using Apache, I didn't encounter the problem. >Is it >more likely that the stalls are related to MacPerl itself or the limits of >the >Mac web servers (neither of which actually hang or anything, they just return >the bad gateway error). Thanks. > >Richard Gordon >Gordon Consulting & Design >Voice: 770-565-8267 Fax: 770-971-6887 I ran into a similar problem when trying to set up a CGI to save uploaded files. Below a certain size, it ran fine. If the file got too big, however, bam. The CGI script hung and wouldn't stop and the system got real unstable fast. My guess is that it has something to do with the way MacPerl talks to the server and the CGI via AppleEvents. Is there some practical limit on how much data can be passed? I ended up moving the whole thing over to a unix box and it works fine, all the time. There's gotta be a better way... paul ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org