SIGBUS alignment issue with ZeroCopyStreams on Solaris/Sparc

2009-09-09 Thread Monty Taylor
Hey guys, I just filed an issue: http://code.google.com/p/protobuf/issues/detail?id=124 related to alignment issues in some of the utf8 handling. Sorry - no fix attached, only the problem. :) Monty --~--~-~--~~~---~--~~ You received this message because you

Performance Observations using protocol and java serialization

2009-09-09 Thread rajesh
Hi All, I ran some performance tests to compare the performance for serializing-persisting-retrieving-desirializing of my POJOs and was really surprised to see that java-serialization was performing better than protobuf-serialization. Iam enclosing my proto file based on which Iam

Re: RPM Spec File

2009-09-09 Thread Kevin Deldycke
On Wed, Aug 19, 2009 at 20:35, Kenton Vardaken...@google.com wrote: In any case, the work-around you may want is to set PTHREAD_CFLAGS='-pthread -lpthread' -- that is, pass both flags.  Or better yet, set PTHREAD_CFLAGS=-pthread and PTHREAD_LIBS=-lpthread -- this way -lpthread is only passed

Re: RPM Spec File

2009-09-09 Thread Kevin Deldycke
On Wed, Aug 19, 2009 at 20:35, Kenton Vardaken...@google.com wrote: Well, I haven't observed this problem on other platforms or distros.  What happens if you write a very basic program that uses pthread_once, then try to compile it with -pthread (but not -lpthread)?  If this doesn't work, I

Re: Performance Observations using protocol and java serialization

2009-09-09 Thread Kenton Varda
Since you haven't provided any code it's hard to speculate on what may be going wrong. On Wed, Sep 9, 2009 at 3:01 PM, rajesh poorv...@gmail.com wrote: Hi All, I ran some performance tests to compare the performance for serializing-persisting-retrieving-desirializing of my POJOs and