acts_as_ferret with multiple hosts

Posted by Nick on Stack Overflow See other posts from Stack Overflow or by Nick
Published on 2009-12-18T16:24:32Z Indexed on 2010/05/17 22:00 UTC
Read the original article Hit count: 166

I've got everything working with ferret and acts_as_ferret for development (or localhost DRb), but I can't get my multiple host deployment working. All of the remote systems get ECONNREFUSED when accessing the port. On the ferret server, the daemon is listening on localhost only despite the configuration listing the FQDN as the host.

I also tried switching to a UNIX socket to share data between the ferret DRb daemon and the app code but it too gets ECONNREFUSED. (The socket is available to all of the machines via an NFS mount).

Is there a better way to do this or should I be looking for another search indexer? Thanks.

© Stack Overflow or respective owner

Related posts about acts-as-ferret

Related posts about ruby-on-rails