Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ASP & Oracle very slow
I am working to link up an asp page on an nt server to an oracle database. The
linking up was not the hard part, I am having some problems though delivering
the page with any speed, it takes a good 20 seconds for the request to go from
my web page through the webserver into the oracle box and back out through the
web server. It is not that the system is being overtaxed I am the only one one
it right now. The recordset being accessed is not particularly big and it isn't
preforming any particulary difficult tasks. It seems the time is being spent in
the web server authenticating to oracle every time it makes a new request. Is
there a way to allow an open connection to remain between the two so the web
server doesn't have to wait for oracle to authenticate for each request?
Thanks.
Matt
Received on Tue May 09 2000 - 00:00:00 CDT
![]() |
![]() |