Problem with dynamic __import__ of gpb modules

2009-02-18 Thread bart van deenen
Hi I'm building a generic editor for creating loading and saving gpb objects and am running into problems with dynamic __import__ statements. I've nailed it down to a very simple testcase. This is all with python 2.5.2 and protobuf 2.0.3 on Linux. test.proto: message test {optional int32

Re: Java socket based rpc implementation

2009-02-18 Thread lahiker42
protobuf-c now has an rpc implementation, check it out: http://code.google.com/p/protobuf-c/wiki/RPC_System On Feb 10, 10:19 am, sagar.i...@gmail.com wrote: any plans on extending this to C? looking for a simple cross-language client-server library.

Re: Java socket based rpc implementation

2009-02-18 Thread lahiker42
I guess i should mention a few design features of the protobuf-c api: - completely introspectable - able to wrap into another application's main-loop I think those features should make it easy to write a language binding to it. I am considering someday improving it to be able to create a