我有一个铁路网,一般有中度交通(100项要求/小时多数)。 然而,在我可以预期的时候,我每几周一次(50次要求/保密2小时)的交通费相对较高。 在今后几个月里,我预计中和高峰期的交通会增加,但其相对规模可能保持成比例。
主办类似的东西的最佳场所是什么? 我过去曾利用EC2来扩大处理,但是否有其他可能更具成本效益的选择(我不需要大量储存)? Heroku, Linode,或Slicehost?
我有一个铁路网,一般有中度交通(100项要求/小时多数)。 然而,在我可以预期的时候,我每几周一次(50次要求/保密2小时)的交通费相对较高。 在今后几个月里,我预计中和高峰期的交通会增加,但其相对规模可能保持成比例。
主办类似的东西的最佳场所是什么? 我过去曾利用EC2来扩大处理,但是否有其他可能更具成本效益的选择(我不需要大量储存)? Heroku, Linode,或Slicehost?
Heroku确实容易。
当你重新准备交通费时,将电梯(Heroku的“死亡数”或同意单位数)移出。
当你用bur子重新做时,把 k子倒掉。
Heroku关于死亡抚恤金的账单按比例计算得出。 如果你补满5 923秒的死亡病例,然后 r倒,就算出你的损失。
Heroku公司负责把你从在你创建的“复合纤维”中抽取的 app子(git ,将她的oku/<>条码推至所有新胎。 你们不需要做任何事情,只是为了准备充电。
下面是Heroku的建议。 既然你事先知道你需要更多的能力,那么你就能够从事一个能够自动调整死亡人数的当地制度。
查阅。 Hoku突击线用于dyno
选项。
collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...
We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...
As part of a web application I need an auth-code to pass as a URL parameter. I am currently using (in Rails) : Digest::SHA1.hexdigest((object_id + rand(255)).to_s) Which provides long strings like : ...
I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?
I have a these 3 models: class User < ActiveRecord::Base has_many :permissions, :dependent => :destroy has_many :roles, :through => :permissions end class Permission < ActiveRecord::...
I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml
guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...
I’m developing an application dedicated to generate statistical reports, I would like that user after saving their stat report they save sql queries too. To do that I wrote the following module: ...