>> > And if anyone have used Xapian, did you set it up as a server so that it >> > can be load balanced? >> I wrote a search engine based on Xapian and pylons for a client and I >> can attest that it is very fast, even when deployed on a shared web >> account. However, I have not tried load-balancing the application.
On Sun, Sep 13, 2009 at 2:58 PM, Didip Kerabat <[email protected]> wrote: > @Roy: > Did you use paste behind nginx/lighttpd? or some other setup? > - Didip - There are two duplicate servers. In the first case, paste is running behind nginx. The remote server is on a shared hosting account (WebFaction with nginx), where I set up a "custom application listening on a port" and had a cronjob restart the paster daemon every twenty minutes. In the second case, paste is running behind Apache. The local backup server is a Fedora server running Apache and I run paste behind httpd. http://wiki.pylonshq.com/display/pylonscookbook/Apache+as+a+reverse+proxy+for+Pylons Ask me if you need more details or if you would like me to write a tutorial on creating a search engine using Xapian. -- http://invisibleroads.com We train ordinary people into Python developers and connect them with local businesses --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
