On Fri, Aug 10, 2012 at 2:44 AM, Jason Axelson <jaxel...@referentia.com>wrote:

> You're correct that there is an underlying problem I'm trying to
> solve. The underlying problem is that due to the security policies I
> cannot run another service that listens on a TCP port, but a unix
> domain socket would be okay. It looks like I might have to go with
> mysql full-text search or something like metasearch (I'm using Ruby on
> Rails).
>
>
MySQL full text search is pretty terrible.  You'd be better off using
Lucene directly.

Who's in charge of your security policies?  Can you get dispensation to
listen on localhost only?

Reply via email to