traveler has asked for the wisdom of the Perl Monks concerning the following question:
What I'd like to do is make an RPC call of some sort to the program to get the data (a less attractive alternative is shared memory). I read the issues with SOAP::Lite in this thread, but I am not sure the SOAP::Lite dispatcher can be integrated with the gtk+ dispatcher. I have seen instructions here how to integrate the C version of the SUN RPC mechanism with the C version of the Gtk dispatch routine.
My question is what kind of RPC to use. I have no problem writing my own polling routine as I currently poll other ports on a periodic basis in my server and I have semaphores of a sort to lock out critical sections.
Thanks, --traveler
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Best way to RPC with gtk-perl
by Flexx (Pilgrim) on Sep 14, 2002 at 00:02 UTC |