Thanks Andre. That makes sense. I appreciate the quick reply.

-----Original Message-----
From: André Warnier [mailto:a...@ice-sa.com] 
Sent: Monday, April 19, 2010 5:48 PM
To: Tomcat Users List
Subject: Re: Binding Tomcat Apps to Specific CPUs in Windows

Marsh, Geoffrey (NIH/CIT) [E] wrote:
> Good evening. I would like to bind a specific application within Tomcat to a 
> specific CPU or pair of CPUs on a Windows Server.
> 
I don't think you can.
An application within Tomcat is not a separate process.  Even Tomcat is 
not a process, from the OS's point of view. The JVM (Java Virtual 
Machine) running Tomcat is the process.
So you would have to run a separate JVM, with a separate Tomcat, running 
that webapp only, to do what you want to do.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to