Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: An explaination of TWO_TASK???
Drexel Pitts wrote:
>
> Can someone give me an explanation of TWO_TASK?
> TIA
in a 2task configuration there is an ORacle server process servicing
each client process. As opposed to this, in a single task config the
oracle server code is linked into the client executable and becomes a
part of the client process. In the multithreaded config, on the other
hand, u have a set of ORacle server processes servicing several client
processes which queue in their requests.
Hope this helps.
Noaman. Received on Thu Oct 30 1997 - 00:00:00 CST
![]() |
![]() |