Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle Application Server - keep alive
Do you mean the Apache keep alive parameter?
$ cd /app/oracle/product/as10g/Apache/Apache/conf
$ grep KeepAlive httpd.conf
# KeepAlive: Whether or not to allow persistent connections (more than
KeepAlive On
# MaxKeepAliveRequests: The maximum number of requests to allow
MaxKeepAliveRequests 100
# KeepAliveTimeout: Number of seconds to wait for the next request from the
KeepAliveTimeout 15
Regards,
Dimitre Radoulov
> Is there a keep alive parameter or option on Oracle
> Application Server you can set? Can't seem to find it
>
> 10v1
>
> Thanks,
>
> Kathy
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Nov 02 2005 - 16:44:57 CST
![]() |
![]() |