[JDEV] a DB for user files

David Le Corfec david.le-corfec at idealx.com
Thu Nov 16 09:34:09 CST 2000


> Colin Madere wrote:
> 
> Has anyone done any work in the realm of using a DBMS to store user files rather than the
> filesystem/in-memory options?

yep, I adapted xdbmysql to jabber 1.2, separated mysql specific stuff,
added postgresql backend.
It handles only xdb_mysql namespaces :
jabber:iq:auth, jabber:iq:register, jabber:iq:roster, jabber:x:offline.

So other namespaces (such as jabber:iq:filter) are not handled yet.

Furthermore, it's a loadable module, and I guess a database request would block
all Pth threads. So it's far from being ready.

-- 
David Le Corfec




More information about the JDev mailing list