From: Robert Klemme Date: 2010-10-20T19:52:28+09:00 Subject: Re: Concurrent Ruby webservices from wsdl2ruby On Wed, Oct 20, 2010 at 12:31 PM, Catherine S. wrote: > The proxies are stupidly sending the request to another port on the same > machine where the webservice is, like provided in an example (Simple > port forwarding proxy) of em-proxy gem > (http://github.com/igrigorik/em-proxy) > > Something interesting - if I don't use the proxy and run a rubyclient > from the same wsdl generated as the server the problem with the > long-timed-orphaned ports still exists and there's also the jruby.exe > which gets started and finished all the time the server is running (and > producing more orphans), so possibly not the proxy, but the > webservice... Yes, might be. IIRC you can set up a simplistic WS with WEBrick. Maybe you should try that first. http://www.devx.com/enterprise/Article/28101/1954 Scroll down to "Implement an XML-RPC-Based Web Service". You'll probably find more searching http://www.google.com/search?q=ruby+webrick+%22web+service%22+soap4r > I'm taking a look for the http-issue Good luck! Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/