Sure will take it up .. and post back if I need anything.

On Wed, Feb 22, 2012 at 11:22 PM, Sven Van Caekenberghe <sven@beta9.be> wrote:

On 22 Feb 2012, at 17:52, S Krish wrote:

> I am willing to contribute to XMLRPC.. Hopefully will integrate a full fledged interface between Pharo and Groovy and have it run load and atleast a complete JDBC optimized interface and a pure XMLRpc bridge to the outer world..

Great !

> So will have inputs and ability to ensure that it stays in shape ahead. I do not promise porting to Zinc or the likes immediately but may eventually if it makes a greater performance sense..

It is dead simple to port XMLRPC to Zinc HTTP Components, client side is just a POST, server side is nothing more than accepting a POST on an endpoint. It would be a huge mistake to try to stay compatible with old stuff. Zinc has been a standard part of Pharo since 1.3.

Sven