[Xapian-discuss] Xapian linked-in/port driver for Erlang?

David P. Novakovic davidnovakovic at gmail.com
Thu Nov 5 09:54:57 GMT 2009


Unless you are sharding the xapian DB i'm not sure what advantage erlang/OTP
would give over a well written twisted frontend anyway... the xapian library
is not concurrent writesafe, so you might as well just run multiple twisted
nodes in front of it with a single process writing to it. Obviously there
is  ceiling on that too because of the IO restrictions..

Perhaps our erlang friends have other suggestions though..

On Thu, Nov 5, 2009 at 7:45 PM, Richard Boulton <richard at tartarus.org>wrote:

> 009/11/4 Jarrod Roberson <jarrod at vertigrated.com>:
> > Has anyone worked on a linked-in/port driver for Xapian ( full text
> indexer
> > written in C++ ).
> > Is anyone interested in working on such a thing? I really think Erlang
> would
> > be a perfect network front end for Xapian.
>
> I don't know of any such driver, and haven't yet heard of anyone
> planning to make one.
>
> I've not looked into Erlang enough to know what would be involved in
> making such a frontend, but I'd be interested to hear more.
>
> --
> Richard
>
> _______________________________________________
> Xapian-discuss mailing list
> Xapian-discuss at lists.xapian.org
> http://lists.xapian.org/mailman/listinfo/xapian-discuss
>


More information about the Xapian-discuss mailing list