Hi,
The general rule for a typical database server is NUMCPUVPS = Number oof CPU's minus 1. If you want to reserver 2 CPU's for the application (and unix and some very small db processing) you should set NUMCPUVPS to 6, also keep affinity to 6.
The big idea about the multithreading engine is to prevent useless contect switching (thread switching is a lot faster). Ifd you define more CPUVPS as the number of physiacl CPU's you enforce IDS to spread the workload around all CPUVPS, and this will cost you more contect switching.
I'm sorry to say but KAIO is indeed faster as AIO, but HP doesn't hve the best KAIO implementation I guess. The newer versions of IDS workl quite well, but older versions were always a problem. Fot now I advise you to stick with KAIO, but don't expect big improvements.
If you have any questions, don't hesitate to ask,
Rob Prop