zapnap / rdocinfo

New development has moved to http://github.com/lsegal/rubydoc.info
http://rdoc.info
MIT License
18 stars 3 forks source link

Use a proper queue for handling doc generation tasks #6

Open zapnap opened 15 years ago

zapnap commented 15 years ago

Right now we just use a modified version of spawn to kick off the yard tasks asynch (start with the 'simplest thing', right?) A better strategy would be to use something like RabbitMQ or Starling with a client interface, at some point in the future.