Re: Improving CGI/ODBC/Oracle8 Performance
Date: 1998/01/13
Message-ID: <69feaa$t6t$1_at_hermes.is.co.za>#1/1
Roy Smith wrote in message ...
>Sean Black <zoot_at_mcs.net> wrote:
>> It appears that the vast majority
>> of that time is spent in making the connection from the application to
>> Oracle8--once connected, the queries seem to execute very quickly.
<snip>
>The obvious answer is some sort of persitant intermediary process, which
>connects once to the database and hangs around waiting to serve CGI
>requests.
Why not try the ISAPI (Microsoft's Internet Server API) or NSAPI (Netscape Server API)? ISAPI (not so sure about NSAPI on Unix) is a DLL on NT that is dynamically loaded by the web server. When this DLL is loaded, it can connect to Oracle and multi-thread web browse "CGI" requests afterwards on this connection. I suggest going to the Netscape or Microsoft web sites for more info on how these APIs work.
regards,
Billy
Received on Tue Jan 13 1998 - 00:00:00 CET