On Sunday 25 February 2007 23:39, Stefan Haun wrote: > Why burden the daemon with such an ungreatful task? Why not let some plugin > do this? (Refer to my reply on a service like plugin structure.)
This would need to be a "core" plugin then. A plugin that is loaded before all the others, not possible to unload and in many other ways different from all the other plugins. Maybe some middleground. Put all this functionality in a regular dynamic library and have the linker load it for us. Anybody wanting to replace data persistence handling with their own, highly optimised "plugin" could create a library and replace the default one or use LD_PRELOAD to have the linker load that one instead of the default. // Erik -- Nice joke Scotty, now beam my clothes up ... Erik Johansson http://ejohansson.se
pgpk8OUgZSBs6.pgp
Description: PGP signature
