Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle on multi-process AIX UNIX
"Paul K. Jensen" wrote:
>
> I'm trying to do some research on optimizing an application to run on a 4
> processor AIX Unix box. I've been advised that the OS is single threaded,
> and specific commands must be issued to use more than the first processor.
>
> Can anyone confirm/deny this and point me in the appropriate direction for
> documentation/examples?
Paul
probably better asking this question on comp.unix.aix.
Anyway from what I know if AIX (or for that matter Unix in general), you will have to specifically use threads to get your app to use more than one CPU at a time - ie you have to figure out which bit can be parallelised and then code the app according.
Martin Received on Thu Jun 03 1999 - 02:29:02 CDT
![]() |
![]() |