Anyone know what the cgi standard say or major http servers do regarding cgi stdin buffer?

Suppose I post a large block of data, that data should be passed as stdin for cgi program. Does the http server wait until all data uploaded before invoking the cgi program? or will it invoke the cgi program just after header block arrived completely, so that the cgi can read stdin as chunks of data.

--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to