My "normal" development is based on java (1.6), a database (db2, oracle, mysql) and an application server (JBoss).
I wonder if there is a limit of concurrent users that I can handle with this configuration. I think running a site like google.com would'nt be possible this way.
But where is the limit?
If things get bigger, do I have to switch to a more light weight solution like tomcat or do I have to give up java and use php, python etc.?