-
Virtualization & Enterprise Java (1 messages)
- Posted by: Daniel Rubio
- Posted on: August 18 2009 02:33 EDT
You've read how VMWare and SpringSource are joining forces. But what exactly will be the technical changes emerging from this merger? SpringSource CTO Adrian's Colyer provides a first glimpse at concepts that include blueprints, vApps and provisioning, that will start to appear on account of this merger. Read Adrian's Colyer's post 'Virtualization & Enterprise Java': http://blog.springsource.com/2009/08/13/virtualization-enterprise-java/Threaded Messages (1)
- CPU versus Threads for tomcat by Ramadurai Nityakalyanam on August 24 2009 16:17 EDT
-
CPU versus Threads for tomcat[ Go to top ]
- Posted by: Ramadurai Nityakalyanam
- Posted on: August 24 2009 16:17 EDT
- in response to Daniel Rubio
Hello, My question is I have a one CPU with 1GB of memory, the limitation for 1 CPU is 200 threads ( correct me if i am wrong), now if the application is accepting more than 200 threads what would be best solution 1. Increase the capacity ( 2CPU with 2 GB) or 2. Increase the Memory 2GB and double the max threads to 400 in the server.xml configuration In case 2 would the application crash and experience slow reponse or ?? Thanks & Appreciated JJ