I am probably misunderstanding the whole thing, but these are my issues; * is the protobuf serialized to disk? Who does this? If it is a build step (generated from plugin.ini?), great, but then the plugin should not need to return the protobuf message, the core drizzled should know where on disk the serialized data is.
* If it is the plugin itself that serializes the message and writes it to disk, please provide good api methods for doing this * If it is not serialized at all, are protobufs really the way to go? /Marcus On Mon, Mar 8, 2010 at 11:53 PM, Brian Aker <[email protected]> wrote: > Hi! > > What would folks think about having plugins return a protobuf message > saying "this is me"? > > We have LICENSE, Author, etc... and I suspect we will continue to extend > it. > > Thoughts? Love it? Hate it? > > Cheers, > -Brian > > _______________________________________________ > Mailing list: https://launchpad.net/~drizzle-discuss > Post to : [email protected] > Unsubscribe : https://launchpad.net/~drizzle-discuss > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

