Re: PerlTransHandler question

2005-03-10 Thread John Doe
Am Mittwoch, 9. März 2005 01.19 schrieb shawn: > Hi, I have been having a few problems with dial-up users downloading > large pictures from my mod_perl enabled webserver, also I see spikes in > cpu usage which also suggests to me that the server is doing a lot of > work serving up the large images.

Re: PerlTransHandler question

2005-03-09 Thread Perrin Harkins
shawn wrote: I am aware that I could just change the links to the pdfs but that is allot of code changes and may cause problems with the image upload code etc. Or you could use a proxy server. Another reason why I would like the mod_perl server to be the front end is because it has ssl enabled and

RE: PerlTransHandler question

2005-03-09 Thread David J Radunz
nything other than just .htm files :) > Another reason why I would like the mod_perl server to be the front end > is because it has ssl enabled and there will be problems with the cert > across different server. > > > Any thoughts? > > > Shawn > > > > ---

RE: PerlTransHandler question

2005-03-09 Thread shawn
enabled and there will be problems with the cert across different server. Any thoughts? Shawn -Original Message- From: Tony Clayton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 8:15 PM To: modperl@perl.apache.org Subject: Re: PerlTransHandler question Quoting shawn <[EM

Re: PerlTransHandler question

2005-03-09 Thread Tony Clayton
Quoting shawn <[EMAIL PROTECTED]>: So far this working on my development environment, but what I am really wondering about is if this will actually take the load off mod_perl? (it's a little hard for me to tell without significant traffic) Will the mod_perl server execute the page and release the

Re: PerlTransHandler question

2005-03-08 Thread Perrin Harkins
shawn wrote: What I would like to do is set up an image cluster, to allow mod_perl to basically only execute code within the page, release and let another server worry about serving up images. There is extensive documentation on this here: http://perl.apache.org/docs/1.0/guide/strategy.html Your

RE: PerlTransHandler question

2005-03-08 Thread Shawn
: PerlTransHandler question On Tue, 8 Mar 2005 17:19:29 -0700, shawn <[EMAIL PROTECTED]> wrote: > Hi, I have been having a few problems with dial-up users downloading large > pictures from my mod_perl enabled webserver, also I see spikes in cpu usage > which also suggests to me that the server is