> 2. "Upload and Download of Big Files" 
>
http://perl.apache.org/docs/1.0/guide/performance.html#toc_Upload_and_Download_of_Big_Files
> 
> it mentions that serving static file from the
> front-end server but also mentions the following:
> 
> "This of course assumes that the script requires
> none
> of the functionality of the mod_perl server, such as
> custom authentication handlers."
> 
> I am wondering how do you do it if i have to auth
> user
> first?
> 

i probably should give more detail about my question.

in my case, i need to do authorization. do i need
extra mod_perl front-end server to do this? how does
this perform?

also, will serving the file from backend mod_perl
server to the front-end proxy a such bad idea? I am
thinking that the modperl server will spit out the
file to the proxy without have it tieup with the
upload and let the proxy handle the file upload. am i
right about this? ( couldn't find much detail on proxy
to back it up at this moment )


thanks,

James.


      
____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 

Reply via email to