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

Home -> Community -> Usenet -> c.d.o.misc -> Re: two-task

Re: two-task

From: Hans Forbrich <forbrich_at_yahoo.net>
Date: Thu, 08 Apr 2004 02:10:16 GMT
Message-ID: <cw2dc.21609$J56.17392@edtnps89>


Cupofjava1961 wrote:

> Can someone tell me what two-task is and what is it's function?
>
> Thanks

IIRC, the term started around Oracle version 5. The following is based on memory ...

Prior to Oracle5, a common way of having an application interact with the database was to use the database kernel more as a library which you linked to your application. The app and the database were bound and no separate 'instance' was used. The application and the database ran in the same process space and were said to be a 'single task'.

Two-task was used to refer to the operational mode where your process (task) and the instance's 'shadow' process (task) that was dedicated to your process communicated using a method like SQL*Net.

Now two-task simply implies a dedicated server rather than multi-threaded server operation.

/Hans Received on Wed Apr 07 2004 - 21:10:16 CDT

Original text of this message

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