On Sun, Oct 05, 2008 at 07:36:39PM -0700, Brian Aker wrote: > Stewart, does it make sense to break up item_func into a function/ > directory now? Many of those can not be turned into loadable (like, say > like). This is in the low hanging fruit category and I would think it > makes sense to go on and do this.
Yep. The next move I want to make there is move every function into its own module. Next step making it easier to load sets of modules (and have it do different configs in test run). Then move everything to .so and not statically link anything. Basically have item_func in server and everything else loaded. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

