> My first instinct is to run a second apache process on a separate port or
on another IP, that would be tuned for flatfiles.  It'd mean that I'd have
to code all my scripts to tell it to look for
www.somewhere.com:88/banner.gif, which is fine since this is a new
architecture.

Yes, if you have images, put them on a separate image server with a tuned
http server that is just optimized for returning material quickly  -- you
could experiment around with various web server solutions to find the
fastest server out there. Or then put the image server on the same HW and a
separate port, as you mentioned, that way you get threading
happening. --Kent




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to