Answer the question
In order to leave comments, you need to log in
How to write highly loaded and scalable Rails applications?
Please advise books and materials on this subject. Interested in everything - from setting up servers and databases, ending with writing code that works quickly, possibly with inserts from other languages.
Answer the question
In order to leave comments, you need to log in
Try starting here with The Architecture of Open Source Applications series of books , which, among other things, discuss the nginx device, which cannot be called slow for certain tasks.
For the design of HA and Highload, the language as such does not matter, the choice of architecture is important. This literature can tell you many interesting solutions with specific examples with answers why it was done that way.
Rails is not about fast code, but about fast development. Write in pure ruby, well, the event machine can make a hell of a lot of requests per minute.
starting with setting up servers and databases
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question