[Xapian-discuss] Using multiple remote databases
Sebastian
cbimax at gmail.com
Tue Dec 19 11:40:42 GMT 2006
Hello,
I'm wondering if using a remote database scheme, the only way I have
to access multiple databases in one host, is opening a server port for
every one, and then issuing:
handler1 = Xapian::remote_open( <host>, <port1>),
handler2 = Xapian::remote_open( <host>, <port2> ),
:
:
handlerN = Xapian::remote_open( <host>, <portN>) to access them.
Thanks!
Sebastián
More information about the Xapian-discuss
mailing list