On 2006.03.01, Rocael Hernandez <[EMAIL PROTECTED]> wrote: > Any ideas or suggestions on how to make aolserver to > use both CPUs in the first box mentioned?
Are both boxes running the exact same application code? One CPU could be waiting on a object (mutex, semaphore, condvar, etc.) that the other CPU is holding. If you have some form of "stats interface" (nstelemetry, or otherwise) ... what does your lock contention stats look like? What percentage of total locks are nbusy? -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
