[protobuf] a way to do proper descriptor cleanup per shared library

2012-01-04 Thread ozz
Hello I have a big server application that loads 20 or so modules to plug in features. These modules are generally plugged in and out based on circumstances and sometimes to do code maintenance and updates (bug fixes mainly). These modules are compiled as shared library (.so) and loaded in and out

[protobuf] Re: Issue 324 in protobuf: Feature: Add a new primitive type for a DateTime format

2012-01-04 Thread protobuf
Comment #4 on issue 324 by tom.ritc...@gmail.com: Feature: Add a new primitive type for a DateTime format http://code.google.com/p/protobuf/issues/detail?id=324 If you use a signed 64-bit integer for "milliseconds since the epoch", that gets you to almost 300 million years in the past, and

[protobuf] Re: Issue 324 in protobuf: Feature: Add a new primitive type for a DateTime format

2012-01-04 Thread protobuf
Comment #3 on issue 324 by cms...@gmail.com: Feature: Add a new primitive type for a DateTime format http://code.google.com/p/protobuf/issues/detail?id=324 Can we just have a 64 bit type for 'milliseconds since 1970', as both Java and Javascript like this format? -- You received this mess