Differences between revisions 12 and 13
Revision 12 as of 2009-11-16 20:40:51
Size: 1360
Editor: fruity
Comment:
Revision 13 as of 2009-11-16 20:41:20
Size: 1369
Editor: fruity
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
My head started to wirl and I thought myself using a beast like apache to do load balancing was a bit like killing a fly with a nuke, so for I looked elsewhere for a solution and apt-cache search came to the rescue:   My head started to wirl and I thought myself using a beast like apache to do load balancing was a bit like killing a fly with a nuke, so for I looked elsewhere for a solution and apt-cache search came to the rescue:
Line 11: Line 11:
[[http://www.apsis.ch/pound/|Pound]]   [[http://www.apsis.ch/pound/|Pound]]
Line 13: Line 13:
The config file is one placed in ''/etc/pound/pound.conf'', is very simple and straight forward.   The config file is one placed in ''/etc/pound/pound.conf'', is very simple and straight forward.
Line 15: Line 15:
[[/pound|Pound Reverse proxy, load balancer and HTTPS front-end for Web servers]]   [[/pound|Pound Reverse proxy, load balancer and HTTPS front-end for Web servers]]
Line 17: Line 17:
For the serving of static/dynamic content I decided that also for serving apache wasn't good enough, I looked over webrick and was not stable enough, I looked over python-wisted and it wasn't fast enough and so I found [[http://yaws.hyber.org/|YAWS (Yet Another Web Server)]] written in erlang designed for performance and scalability over multiple servers.  For the serving of static/dynamic content I decided that also for serving apache wasn't good enough, I looked over webrick and was not stable enough, I looked over python-wisted and it wasn't fast enough and so I found [[http://yaws.hyber.org/|YAWS (Yet Another Web Server)]] written in erlang designed for performance and scalability over multiple servers.

Breaking the LAMP loop, alternative web serving methods

Lately I decided to look elsewhere than the usual "linux apache mysql php". Reading on docs makes me draw something like apache or ngingx as a load balancer front-end, the same as the backend adding lighttpd for fast streaming ofdata. This leave me more confused than before:

  • apache or ngingx? old but solid or new with an ongoing development? wich for load and wich for serving?
    • My head started to wirl and I thought myself using a beast like apache to do load balancing was a bit like killing a fly with a nuke, so for I looked elsewhere for a solution and apt-cache search came to the rescue:

      Pound

      The config file is one placed in /etc/pound/pound.conf, is very simple and straight forward.

      Pound Reverse proxy, load balancer and HTTPS front-end for Web servers

    For the serving of static/dynamic content I decided that also for serving apache wasn't good enough, I looked over webrick and was not stable enough, I looked over python-wisted and it wasn't fast enough and so I found YAWS (Yet Another Web Server) written in erlang designed for performance and scalability over multiple servers.

Yet Another Web Server(in erlang)

  • database: mysql?postgres?sqlite?ORACLE!??

fruity/Web (last edited 2009-11-17 00:48:20 by fruity)