I am working on a node web app with a very simple architecture. The architecture is as follows: - MongoDB as the database - Nginx as the web server and as the reverse proxy. - ExpressJs for the app server.
I was planning to use 2 large Amazon Large Ec2 instances for the same. One large instance for the DB and another for the Node App. But I got a few doubts. Doubts are : - Large instance has 4 CPU EC2 units. But since Node does not yet use multi-cores well, will it make sense to use a Large instance for the same. Or Should I try to run multiple small instances. - Has anyone ever had experience in running Node on EC2 Small instance. How many users does it support simultaneously ? - Amal. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
