On Mon, Jan 25, 2010 at 7:00 AM, nvoynov <[email protected]> wrote:
>
> I spent a little more time, reinstalling ruby (1.8 and 1.9), but the
> result never received - the application hangs. Interruption hanging
> application shows:
>
> D: \> ruby ruoteqs.rb
> C: / Ruby19/lib/ruby/gems/1.9.1/gems/ruote-2.1.4/lib/ruote/log/
> wait_logger.rb: 61: in `stop ': Interrupt
>        from C: / Ruby19/lib/ruby/gems/1.9.1/gems/ruote-2.1.4/lib/
> ruote/log/wait_logger.rb: 61: in `wait_for '
>        from C: / Ruby19/lib/ruby/gems/1.9.1/gems/ruote-2.1.4/lib/
> ruote/engine.rb: 203: in `wait_for '
>        from ruoteqs.rb: 34: in `<main> '
>
>    def wait_for (interest)
>      @ waiting = [Thread.current, interest]
> 61>   Thread.stop
>      Thread.current [ '__result__']
>    end
>
> I think the problem in different work of threads Win32 and Linux

Hello,

maybe this version of the quickstart will work better :

   http://github.com/jmettraux/ruote/blob/ruote2.1/examples/ruote_quickstart.rb

If it still doesn't work, you could try to replace the call to
wait_for() in line 38 with a "sleep(2)".


Best regards,

-- 
John Mettraux   -   http://jmettraux.wordpress.com

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to