XML-RPC

2004-03-23 Thread Rajkumar Malli
Hi guys I see XML-RPC generally used in the context of web services and am wondering if Perl's XML-RPC modules can be utilized to communicate between 2 perl processes on the same machine, exchanging arbitrary perl data structures. I agree that there are other approaches to exchange arbitrary

Re: XML-RPC

2004-03-23 Thread Trevor Joerges
Just my opinion but I think XML-RPC is a great way to accomplish that. I've seen entire application APIs using XML recently and the concept we a great idea. Would be a good way to make your processes modular too and allow to be separated onto individual boxes later on if required. Trevor Joerges