1) Malba is a job queueing manager for handling job orders in B2B services, where normal FIFO or priority queues do not fit business models.
2) It provides a custom queue to balance the needs of different users, such as allowing a small email send job to complete before a very large one.
3) Akka actors and persistence are used to implement Malba's distributed job queueing across multiple nodes.
Malba is a job queueing manager for Akka that was created by Shanon, Inc. to address issues with normal FIFO and priority queues not fitting some business models in B2B services. It uses a balancing queue approach inspired by graph search algorithms to allow tasks like premium users to complete jobs faster than normal users or guaranteeing a number of small jobs finish within a time limit. The open source Malba project on GitHub implements this approach using an AddTask, AddWorker, and GetTask protocol over Akka actors.
1) Malba is a job queueing manager for handling job orders in B2B services, where normal FIFO or priority queues do not fit business models.
2) It provides a custom queue to balance the needs of different users, such as allowing a small email send job to complete before a very large one.
3) Akka actors and persistence are used to implement Malba's distributed job queueing across multiple nodes.
Malba is a job queueing manager for Akka that was created by Shanon, Inc. to address issues with normal FIFO and priority queues not fitting some business models in B2B services. It uses a balancing queue approach inspired by graph search algorithms to allow tasks like premium users to complete jobs faster than normal users or guaranteeing a number of small jobs finish within a time limit. The open source Malba project on GitHub implements this approach using an AddTask, AddWorker, and GetTask protocol over Akka actors.
3. ? ご協力、情報提供およびコメントをいただいたみなさまに御礼申し上げます。
o JaSST’12, 13東海ポスターセッションで有益なコメントを頂いたみなさま
o SQiPシンポジウム2012, 2013 のSIGでご協力いただいたみなさま
o WACATE分科会でアンケートやディスカッションにご協力いただいたみなさま、
有益なコメントをいただいたみなさま
o 第8回SQuBOKユーザ会勉強会にて議論させていただいたみなさま
o Webやアンケート用紙にて、ご回答をいただいたみなさま
o その他、活動のご支援やコメント等ご協力いただいたすべてのみなさま
ありがとうございました。
3
32. まとめ(2/2)
? アンチパターンテンプレートと適用例
o バグピンポン
o バベルの塔
o 「これくらいわかってくれよ」症候群
o ダブリ/マルチ
? 今後の展望
o アンチパターン集の拡充
o BTSオンラインヘルプなどへの組込み
o アンチパターン検出と示唆(サジェスト)機能の検討
続きはコミュニティブースで!
32