↧
Thrift, Protocol Buffers installation and Java code howto
I. Thrift installation and Java code 1. build and install thrift install boost cd <boost_root>/tools/jam ./build_dist.sh # linux* will depends the platform cp stage/bin.linux*/bjam...
View ArticleThrift and Protocol Buffers performance in Java
I’ve used Thrift for some log client in our system. I’m going to use Protocol Buffers as the internal communication protocol between our XMPP servers. But I am hard to believe from the thrift and...
View ArticleThrift and Protocol Buffers performance in Java Round 2
In my last test Thrift and Protocol Buffers performance in Java, Some comments told me that there are some tuning parameter for Protocol Buffer which can improve performance magically. The parameter...
View Article