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 *
|
|---|
| 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 | |
by Anonymous Monk on Jul 27, 2012 at 19:02 UTC |