From: Christopher Dicely Date: 2011-05-11T14:07:21+09:00 Subject: Re: how to do task-level parallelism in Windows? On Tue, May 10, 2011 at 9:43 PM, Zd Yu wrote: > Joel VanderWerf wrote in post #997899: >> On 05/10/2011 08:38 PM, Zd Yu wrote: >>> I want to achieve better performance through parallelism. The >>> thread-level parallelism is not an option, because it is not *really* >>> parallel. >> >> Is jruby acceptable? Jruby threads do make use of multiple processors. > > I need to use win32ole. I am afraid JRuby cannot do this. There is a jruby-win32ole gem -- I haven't used it, but it sounds like it may do what you want.