BerkeleyDB RPC Support

2003-01-06 Thread Stephen L. Ulmer
Attached is a patch that begins to implement a db3_rpc cyrusdb back-end. I worked-around my previous question (for now) by just implementing an open) that fakes the database name from the basename of the full path of the filename. I've only tested this with the mailboxes.db so far, the others tha

BerkeleyDB RPC support

2003-01-06 Thread Stephen L. Ulmer
Greetings, I'm interested in using the built-in RPC support in BerkeleyDB 4.x to network-abstract access to the mailboxes.db (and maybe other BerkeleyDBs). I did some experiments, and hacked-up the db3 back-end to do this (and am actually using it right now :). I believe that it'll be easy to a