Forum: IronRuby Resque on IronRuby 1.0RC1 (it works) - some feedback

Posted by Thibaut Barrère (thbar)
on 2010-01-25 18:42
(Received via mailing list)
Hello,

some feedback from my experiments, in case that's useful to anyone: I 
wanted
to see if I could use IronRuby to create Resque workers, and the answer
looks like yes.

Resque is a nice ruby/Redis-based message queue (introduction here:
http://github.com/blog/542-introducing-resque). It comes with a Sinatra
based UI (http://github.com/blog/543-new-resque-web-ui).

I'm using Resque to push XML messages from a Rails internet-based 
back-end
to IronRuby workers (that will do Excel spreadsheets generation amongst
other things).

To get this to work, use the edge version of Resque (not the gem 1.3.1), 
and
tweak IronRuby to tell it doesn't support Kernel.fork (
http://gist.github.com/286052).

hth,

cheers,

-- Thibaut
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.