Hi Henry I'm not sure about blog posts, but essentially you'll want the conf file on the db server - that's the best place for searchd and indexer. The easiest way to do this is to have a copy of your app on that server, so you can run all the rake tasks there.
Of course, you could construct your own tasks to manaage all this as well :) Good luck! -- Pat On 28/10/2010, at 4:13 AM, henster wrote: > Hi there, > > I've got sphinx and thinking_sphinx running on my local. However I've > got a 2 machine production setup. One DB and one apps server running > rails apps. > > When you run rake ts:config it generates a config file for searchd > which is used when running ts:start. > > When the database, and most likely searchd, are running on a separate > server, I'm guessing this config file has to make it off the apps > server and onto the machine where searchd will be running? > > And then does indexer run periodically on the apps or web server? > > Is there an article or a post describing best practice for this? > > Thanks - Henry > > > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" 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/thinking-sphinx?hl=en. > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" 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/thinking-sphinx?hl=en.
