|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
•Re: Direct access to client socket in CGI/mod_perl?by merlyn (Sage) |
| on Nov 28, 2002 at 17:14 UTC ( #216349=note: print w/ replies, xml ) | Need Help?? |
|
It's been my experience that the POST data to Apache mod_cgi-based programs is delivered "live" and not buffered. (As an aside, that's why you can't rely on reading "content-length" number of bytes, because that's only what the browser suggested it was going to send.) However, I have to ask the next question: how will your CGI know when the data is actually finished then? Also, if there are any proxies in between, all bets are off. -- Randal L. Schwartz, Perl hacker
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||