[pylucene-dev] PyLucene in CherryPy
Ken Kinder
kkinder at gmail.com
Fri Jun 30 11:26:28 PDT 2006
On 6/30/06, joe kim <joe.kim at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/pylucene-dev/attachments/20060630/6dfd74fa/attachment.htm
More information about the pylucene-dev
mailing list