[protobuf] Re: Issue 370 in protobuf: static initialization problem with dlopen

2012-07-13 Thread protobuf
Comment #5 on issue 370 by montoya@gmail.com: static initialization problem with dlopen http://code.google.com/p/protobuf/issues/detail?id=370 We did not have this problem in Windows 7 with VisualStudio 2010 :( Anyway, We finally decided to switch to apache thrift. -- You received thi

[protobuf] RESTFul webservice protobuf providers Vs convertors

2012-07-13 Thread rag
Hi , can anyone throw some light on the differences between the http message convertors and MessageBodyReaders ..? which one we have to use, when we go with this new mime type 'application/x-protobuf' .?? I'm doing a POC on changing our webservices (where in we use JSON media format ) to

[protobuf] Multithread and protobufs

2012-07-13 Thread Артём Ибрагимов
Hello! I develop toolbar for IE, and I use protobuffs. And I noticed that my plugin crashes in IE7. It crashes after I close second tab, and call message::GetTypeName(). I think it happens cause after closing second tab somewhere it calls ShutdownProtobufLibrary. And first tab(another thread) afte

[protobuf] Re: protobuf json codec

2012-07-13 Thread rag
guys, i'm running rest werbservice with json media type and want to make use of protobuf ; dont know if i need some *CUSTOM * httpconverors / message reader/writer implementation... plz guide me here On Thursday, December 2, 2010 10:41:17 AM UTC+5:30, Siju wrote: > > I have written a json codec