套件: libminion-perl (7.05-1)
libminion-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libminion-perl:
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Nick Morrott
外部的資源:
- 主頁 [metacpan.org]
相似套件:
job queue for Mojolicious
Minion is a job queue for the Mojolicious real-time web framework, with support for multiple named queues, priorities, delayed jobs, job dependencies, job results, retries with backoff, statistics, distributed workers, parallel processing, autoscaling, resource leak protection and multiple backends (such as PostgreSQL).
Job queues allow you to process time and/or computationally intensive tasks in background processes, outside of the request/response lifecycle. Among those tasks you'll commonly find image resizing, spam filtering, HTTP downloads, building tarballs, warming caches and basically everything else you can imagine that's not super fast.
其他與 libminion-perl 有關的套件
|
|
|
-
- dep: libmojolicious-perl (>= 7.29)
- simple, yet powerful, Web Application Framework
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libmojo-pg-perl
- module to make PostgreSQL fun to use with Mojolicious