View Single Post
  #3  
Old 03-04-2008, 03:59 AM
telesma telesma is offline
New Member
 
Join Date: Mar 2008
Posts: 4
>LSLB only do load balancing to backend node, it will not serve static content like LSWS does.

hmm, I'm using a workaround to bypass Zope/ZServer for images and other large files. They are served with Apache from a subdomain, so Zope is relieved from handling them, which speeds-up execution and reduces database size...

For this configuration (runs on one machine) I will need a webserver in front of the ZServer. Do you think the following pattern can be realized? Or is there any alternative with LSLB/LSWS?

Reply With Quote