> I'm not familiar with JHP. AFAIK most http servers (at least > apache) have a configurable upper limit on the size of post > data per request. The default limit can be changed in its > conf file. I guess this is needed for security reason. > Http server may also receive data in-memory up to say 500kB > then flush it to a temp file and continue receiving. After > all data is received the server will send the content to cgi > client via stdio/stdout. I guess this is the usual scenario > that data is buffered before sending to cgi client.
Thanks Bill that's makes things clearer for me. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
