DragonFly BSD
DragonFly users List (threaded) for 2006-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: load balancing


From: "Miguel Figueiredo Mascarenhas Sousa Filipe" <miguel.filipe@xxxxxxxxx>
Date: Mon, 6 Nov 2006 14:37:59 +0000

On 11/5/06, Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> wrote:

:Is this kind of change something that can be done just by changing :the server's config files? Or would it involve rewriting code?

    It's pretty basic to the design of the http server.  Apache is a fairly
    heavy weight web server.  I'm sure you can find lighter-weight servers
    to serve out static content.  There is really no need to go to such
    extremes unless you are actually running a busy site.  On busy sites it
    is often a very good idea to separate the static content out from the
    dynamic content and to serve the static content from a different machine
    entirely.


lighttpd comes to mind.. very good for static content, and it uses the
mentioned arquitecture (1 main thread + kqueue/poll)...
http://www.lighttpd.net/


best regards,


--
Miguel Sousa Filipe



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]