On 4/6/07, Boysenberry Payne <[EMAIL PROTECTED]> wrote:
The obvious solution would seem to be setup the file upload code on the static server and skip the perl server altogether.
Other obvious solutions would be to run both servers on the same machine or use a networked filesystem like NFS. A less obvious solution would be to keep the images on your mod_perl machine and proxy requests for them to a tiny static server on the mod_perl machine that does nothing but serve them. - Perrin