Hi,

> If you find a way to do it with Apache::Proxy, let the list know.

I am sure it will work with the example given by Darren.

If i checked it I think I'll create a small module and can spread it.


> One of the major reasons I went this route over something like the examples in
> the mod_perl book, was speed.  Downloading big files using the examples book
> was slow, as apache first gathers the content up into a variable (where you can
> do your regular expressions or whatever manipulating), then sent it to the
> browser.  You would need a lot of memory in this situation.

yes, but if you use a subroutine which handles the incoming chunks, you
can pass the file emmediatly. See
http://theoryx5.uwinnipeg.ca/CPAN/data/libwww-perl/lwpcook.html at the
bottom :)


Ciao
  Alvar

-- 
Alvar C.H. Freude  |  [EMAIL PROTECTED]

    Demo: http://www.online-demonstration.org/  |  Mach mit!
Blast-DE: http://www.assoziations-blaster.de/   |  Blast-Dich-Fit
Blast-EN: http://www.a-blast.org/               |  Blast/english

Reply via email to