Are there any good frameworks based on work?

I was thinking of creating a web framework (I think, Struts, Ruby on Rails, Seaside), which is based on the idea of ​​a work queue. I am looking for someone to make such a structure earlier.

I am pleased to check the framework, which are designed to handle requests and discard results, but are not web (HTTP). I'm not looking for a work queue system (I think Starling, Workling, Amazon Queue Service, JMS), but rather a processing system that works on one.

I am not so detailed in the language; I'm most interested in comments and / or lessons learned. (Thus, queue-based systems still in their infancy are probably less interesting.)

+3
source share
3 answers

I'm not sure if this is what you mean, but it is very similar to Twisted . It does not display the actual work queue, but it is centered around asynchronous work items. See Deferreds Description here

+1
source

What about the Windows Workflow Foundation for ASP.Net?

http://msdn.microsoft.com/en-us/netframework/aa663328.aspx

+1
source

Check beanstalkd or heavier message queuing systems such as ActiveMQ

0
source

Source: https://habr.com/ru/post/1703131/


All Articles