Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> question about internals of oracle on linux

question about internals of oracle on linux

From: MAASK Group <maask12345_at_hotmail.com>
Date: 9 Feb 2003 06:45:13 -0800
Message-ID: <891d79c5.0302090645.6de372ce@posting.google.com>


Hi,

   Correct me if I am wrong... My context is oracle 8i/9i for the linux 2.4.19 kernel. I presume that an oracle server spawns a new thread for serving each query. Which threads does it use? As in POSIX threads ( created by pthread_create() ) or linux threads ( created by clone() ) ?? Also for protecting any shared (global) data among multiple threads or processes, does oracle use the linux semaphores
(using semget(), semop() system calls) ??

Thanks in advance,
Asmita
(MAASK group)
Received on Sun Feb 09 2003 - 08:45:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US