Print Thread
DOA inside ISAPI
#51 09/10/99 06:02 PM
Joined: Sep 1999
Posts: 1
B
bernado Offline OP
Member
OP Offline
Member
B
Joined: Sep 1999
Posts: 1
When using the Direct Oracle Access components inside an ISAPI webapplication,
there are several things that are not quite clear to me:

1) Do I have to turn ThreadSafe property of OracleSession to True?

2) Connecting an OracleSession consumes a few seconds. Do I have to Connect and Disconnect before and after each webdispatch manually, or is it ok when I connect the session once and leave the session connected?

3) In which way are the OracleSession cached in the webserver and how many different sessions are launched in oracle when several user access the ISAPI at the same time?


Thanks in advance for any feedback,
Bernado.

Re: DOA inside ISAPI
#52 09/17/99 02:39 AM
Joined: Sep 1999
Posts: 14
Orem, Utah USA
C
Member
Offline
Member
C
Joined: Sep 1999
Posts: 14
Orem, Utah USA
1) If your ISAPI DLL will use multiple threads then yes set the ThreadSafe property to TRUE.

2) Leave the session connected.

3) If all your threads are using the same session (see #1 above) then there will only be one Oracle session.


Craig Jensen
PowerQuest Corporation

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.024s Queries: 14 (0.007s) Memory: 2.4966 MB (Peak: 3.0393 MB) Data Comp: Off Server Time: 2024-05-09 23:14:49 UTC
Valid HTML 5 and Valid CSS