文件名称:sidekiq-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2013-03-09
- 文件大小:
- 414kb
- 下载次数:
- 0次
- 提 供 者:
- kkpu*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Sidekiq为Rails3应用程序提供一个高效的消息队列系统。-Sidekiq Rails3 application provides an efficient system message queue.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sidekiq-master
..............\.gitignore
..............\.travis.yml
..............\COMM-LICENSE
..............\Changes.md
..............\Gemfile
..............\LICENSE
..............\README.md
..............\Rakefile
..............\bin
..............\...\sidekiq
..............\...\sidekiqctl
..............\config.ru
..............\examples
..............\........\chef
..............\........\....\cookbooks
..............\........\....\.........\sidekiq
..............\........\....\.........\.......\README.rdoc
..............\........\....\.........\.......\recipes
..............\........\....\.........\.......\.......\default.rb
..............\........\....\.........\.......\templates
..............\........\....\.........\.......\.........\default
..............\........\....\.........\.......\.........\.......\monitrc.conf.erb
..............\........\....\.........\.......\.........\.......\sidekiq.erb
..............\........\....\.........\.......\.........\.......\sidekiq.yml.erb
..............\........\clockwork.rb
..............\........\config.yml
..............\........\monitrc.conf
..............\........\por.rb
..............\........\runit
..............\........\.....\README.md
..............\........\.....\log
..............\........\.....\...\run
..............\........\.....\run
..............\........\scheduling.rb
..............\........\sidekiq
..............\........\sinkiq.rb
..............\........\upstart
..............\........\.......\sidekiq.conf
..............\........\.......\workers.conf
..............\........\web-ui.png
..............\lib
..............\...\sidekiq.rb
..............\...\sidekiq
..............\...\.......\api.rb
..............\...\.......\capistrano.rb
..............\...\.......\cli.rb
..............\...\.......\client.rb
..............\...\.......\core_ext.rb
..............\...\.......\exception_handler.rb
..............\...\.......\extensions
..............\...\.......\..........\action_mailer.rb
..............\...\.......\..........\active_record.rb
..............\...\.......\..........\class_methods.rb
..............\...\.......\..........\generic_proxy.rb
..............\...\.......\fetch.rb
..............\...\.......\launcher.rb
..............\...\.......\logging.rb
..............\...\.......\manager.rb
..............\...\.......\middleware
..............\...\.......\..........\chain.rb
..............\...\.......\..........\i18n.rb
..............\...\.......\..........\server
..............\...\.......\..........\......\active_record.rb
..............\...\.......\..........\......\logging.rb
..............\...\.......\..........\......\retry_jobs.rb
..............\...\.......\..........\......\timeout.rb
..............\...\.......\paginator.rb
..............\...\.......\processor.rb
..............\...\.......\rails.rb
..............\...\.......\redis_connection.rb
..............\...\.......\scheduled.rb
..............\...\.......\testing.rb
..............\...\.......\testing
..............\...\.......\.......\inline.rb
..............\...\.......\util.rb
..............\...\.......\version.rb
..............\...\.......\web.rb
..............\...\.......\worker.rb
..............\...\.......\yaml_patch.rb
..............\myapp
..............\.....\.gitignore
..............\.....\Capfile
..............\.....\Gemfile
..............\.....\Rakefile
..............\.....\app
..............\.....\...\controllers
..............\.....\...\...........\application_controller.rb
..............\.....\...\...........\work_controller.rb
..............\.....\...\helpers
..............\.....\...\.......\application_helper.rb
..............\.....\...\mailers
..............\.....\...\.......\.gitkeep
..............\.....\...\.......\user_mailer.rb
..............\.....\...\models
..............\.....\...\......\.gitkeep
..............\.....\...\......\post.rb
..............\.....\...\views
..............\.....\...\.....\layouts
..............\.....\...\.....\.......\application.html.erb