1 :a:2012/02/16(木) 16:51:17.73 0
http://www.heroku.com/
https://postgres.heroku.com/
http://addons.heroku.com/
http://devcenter.heroku.com/articles/using-the-cli
https://github.com/heroku
http://blog.heroku.com/
https://twitter.com/#!/heroku
https://status.heroku.com/
https://twitter.com/#!/herokustatus
http://www.facebook.com/herokujp
http://groups.google.com/group/heroku-ja
http://groups.google.com/group/heroku/
160 :名無しさん@お腹いっぱい。:2012/05/13(日) 10:00:28.67 0
https://status-beta.heroku.com/
https://status.heroku.com/
https://twitter.com/#!/herokustatus
161 :名無しさん@お腹いっぱい。:2012/05/13(日) 10:31:46.53 0
heroku throughput
http://blog.evanweaver.com/2012/02/29/hello-heroku-world/
Mu Dynamics Blog » blitz.io: How many dynos do I need on Heroku?
Measuring the number of dynos you need
http://blog.mudynamics.com/2011/05/25/blitzio-how-many-dynos-do-i-need-on-heroku/
http://blitz.io/
https://github.com/kowsik/dyno-blitzer
https://devcenter.heroku.com/articles/error-codes#h11__backlog_too_deep
https://devcenter.heroku.com/articles/error-codes#h12__request_timeout
162 :名無しさん@お腹いっぱい。:2012/05/13(日) 10:52:22.06 0
how many requests you wish to serve per second.
15 requests per second at 100ms per request would require two dynos.
30 requests per second would require 3 dynos
https://devcenter.heroku.com/articles/backlog-too-deep
https://devcenter.heroku.com/categories/performance
https://devcenter.heroku.com/articles/scaling
163 :名無しさん@お腹いっぱい。:2012/05/13(日) 10:54:22.55 0
Dyno調べた。これが今の限界。 - 絵事後素
http://necopy.heroku.com/14
heroku consoleが原因でブラウザからのアクセスがブロックされる場合がある。 - Sooey
http://journal.sooey.com/99
164 :名無しさん@お腹いっぱい。:2012/05/13(日) 10:56:33.74 0
Use heromon to monitor the queue length of your app !
heromon is a plugin for the heroku CLI, so install it as usual:
$ heroku plugins:install git@github.com:joergviola/heroku-monitor.git
http://heromon.herokuapp.com/
https://github.com/joergviola/heroku-monitor
165 :名無しさん@お腹いっぱい。:2012/05/13(日) 11:12:14.19 0
This shows that Heroku was able to serve 159 requests within a second,
and thus approximately 686,000 requests a day.
http://neilmiddleton.com/getting-more-from-your-heroku-dynos/
Dyno Memory Behavior
Each dyno gets 512MB of memory to operate within.
https://devcenter.heroku.com/articles/dynos
166 :名無しさん@お腹いっぱい。:2012/05/13(日) 11:16:17.94 0
A single dyno on Heroku can process a lot of hits if you tune it
Easiest: HTTP caching on heroku
response.headers['Cache-Control'] = 'public, max-age=300'
Little harder: asset_sync and Rails 3.1
http://www.joshcrews.com/2012/01/a-single-dyno-on-heroku-can-process-a-lot-of-hits-if-you-tune-it
https://github.com/rumblelabs/asset_sync
167 :名無しさん@お腹いっぱい。:2012/05/14(月) 01:49:54.90 0
なぜ Forkwell はリリース初日にサーバダウンを繰り返したのか - 表参道フォークウヱル別館
http://annex-forkwell.heroku.com/2012/04/12/server_failure
http://annex-forkwell.heroku.com/2012/04/16/server_failure_answers
168 :名無しさん@お腹いっぱい。:2012/05/14(月) 21:10:57.41 0
ニフティクラウドが活用方法を展示、個人向けPaaSやマルチリージョン対応なども明らかに
ニフティクラウドC4SA
http://itpro.nikkeibp.co.jp/article/NEWS/20120514/396435/
http://blogs.itmedia.co.jp/business20/2012/05/iaaspaas-4aba.html
169 :名無しさん@お腹いっぱい。:2012/05/14(月) 21:11:36.14 0
MOGOK
http://mogok.jp/
スレッドを全部読む