Hello Fr�d�ric,
unfortunately JRuby doesn't help. It's simply the locking system used that is not available on Windows.
http://www.ruby-doc.org/core/classes/File.html#M000040
> My question is how is it possible then to use an external receiver and
> a local sender because two workers have to run on the same storage ?
You could use ruote-redis or ruote-dm, they are OK with multiple workers (I don't know how they fare on Windows and/or JRuby though).
Depending on your expected load, 1 worker + the fs storage might be sufficient.
Best regards,
--
John Mettraux - http://jmettraux.wordpress.com
Hello Fr�d�ric,
in the config.ru it's OK. If it's getting big, move it to a separate file and require it from your config.ru
We haven't worked yet on any "conventions" for placing participants and receivers along a bare ruote-kit. Maybe that should change at some point, but it's easier to let people have fun.