From: Robert Klemme Date: 2008-06-24T20:03:49+09:00 Subject: Re: Multiple HTTP Sockets or Threads for file uploads. 2008/6/24 Zhukov Pavel : > you should use DRb with multi-process architecture since ruby uses > green-threads, that should be much faster. This is not necessarily true for IO bound tasks. Also, if curl is used you just need multiple child processes but not multiple threads. Kind regards robert -- use.inject do |as, often| as.you_can - without end