Should I move this task to a message queue?
Posted
by Fedyashev Nikita
on Stack Overflow
See other posts from Stack Overflow
or by Fedyashev Nikita
Published on 2010-05-12T22:21:17Z
Indexed on
2010/05/12
22:24 UTC
Read the original article
Hit count: 183
message-queue
I'm a big fan of using message queue systems(like Apache ActiveMQ) for the tasks which are rather slow and do not require instant feedback in User Interface.
The question is: Should I use it for other tasks(which are pretty fast) and do not require instant feedback in User Interface?
Or does it in involve another level of complexity without not so much benefits?
© Stack Overflow or respective owner