in reply to Perl examples / tutorials for learning Apache Thrift with Perl

If I understand correctly, you create the interface file, you compile interface file (generate code), then you implement the server (create a subclass of interface and write real code for the stubs), and client (create some objects, connect to server, send objects, call methods )

generate cpp/perl code and compare tutorial\gen-cpp\SharedService_server.skeleton.cpp to tutorial\cpp\CppServer.cpp to perl/PerlServer.pl, its a simple subclass

I compiled this list of resources, I marked the best introductions with *

  • Comment on Re: Perl examples / tutorials for learning Apache Thrift with Perl

Replies are listed 'Best First'.
Re^2: Perl examples / tutorials for learning Apache Thrift with Perl
by sam_bakki (Pilgrim) on Jul 27, 2012 at 07:47 UTC
      I am the author of the 1b1t blog. 1st of all, thanks for the *s ;) If you had any questions, I would be happy to answer them. Just comment on the related post.