Comment Buy a good book on software architecture (Score 1) 653
Sorry for being so frank, but your mish mash of unrelated buzzwords and numbers shows that you obviously do not know that the scalability of your application is primarily determined by it's programmatic architecture.
Whatever hardware, language or frameworks you use, they will only provide you with access to a similar set of resources (in the sense of "a file", "a database row", or "a class member", not "a database", "a CPU", etc.), some of them limited, some not.
Whether these limitations impair scalability essentially depends the orchestration of their use, not the method of access.
-r
Whatever hardware, language or frameworks you use, they will only provide you with access to a similar set of resources (in the sense of "a file", "a database row", or "a class member", not "a database", "a CPU", etc.), some of them limited, some not.
Whether these limitations impair scalability essentially depends the orchestration of their use, not the method of access.
-r