in reply to Streaming data through web server to browser with CGI

That's called a proxy, and most webservers can do that for you - no need to implement it in perl ;-)
  • Comment on Re: Streaming data through web server to browser with CGI

Replies are listed 'Best First'.
Re^2: Streaming data through web server to browser with CGI
by rashley (Scribe) on Aug 16, 2007 at 12:07 UTC
    For stupid management reasons it looks like using Apache's proxy functionality is a no go. I have to feed it through the HTTP connection I already have.