Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good work-queue-based frameworks?

I've been thinking about writing a web framework (think Struts, Ruby on Rails, Seaside) that is based on the idea of a work queue. I'm looking to see if anyone has done such a framework before.

I'm happy to check out frameworks that are for processing requests and spitting back results, but aren't web (HTTP). I'm not looking for a work queue system (think Starling, Workling, Amazon's Queue Service, JMS) itself, but rather a processing system that runs atop one.

I'm not so particular about language; what I'm most interested in is commentary and/or lessons learned. (Thus queue-based systems still in their infancy are probably of less interest.)

like image 873
James A. Rosen Avatar asked Feb 25 '26 17:02

James A. Rosen


1 Answers

I'm not sure if this is what you mean, but it sounds a lot like Twisted. It doesn't expose the actual work queue, but it is centered around asynchronous work items. See the description of Deferreds here

like image 65
flodin Avatar answered Mar 02 '26 02:03

flodin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!