[Xapian-discuss] Error Opening database : Too many open files

Yann ROBIN me.show at gmail.com
Tue Jan 27 19:43:01 GMT 2009


On Tue, Jan 27, 2009 at 8:31 PM, James Aylett <james-xapian at tartarus.org> wrote:
>
> Yes, but I believe you're working in a bound language, not C++? In
> which case garbage collection works somewhat differently, and you may
> run into problems with Database objects not getting finalised early
> enough for you.
>
> (I believe this is still the case.)
>
> J
>

I'm working in C#. And i do dispose the object ... so the destructor
"should" be called (according to swig code).
But yeah i think this might be something with the wrapping, but i
don't find where the "close" occurs in xapian code, as there is no
"closing code" in the destructor of ChertDatabase.
By the way, i'm working with a version of the repository, with chert
as backend.

-- 
Yann



More information about the Xapian-discuss mailing list