On 6/30/06, joe kim <[EMAIL PROTECTED]> wrote:
Ken,

Thanks for the insights.  Are you describing this scenario:

- Load balancer be put in the first tier
- The application and search engine be on the second tier.
- The load balancer communicates to to the second tier using PB and
using only one connection per process can still send numerous
messages.

What would you suggest to use as a load balancer, since it would need
PB support?

Not really. The load banacer isn't involved. I'm just saying you have a load balanced environment, such that you have multiple web servers that communicate with your search application server.

Web browser -> Load balancer -> Web server -- xmlrpc --> Application Server

vs:

Web browser -> Load balancer -> Web server -- pb --> Application Server
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to