Re: [PHP-DB] Limiting # of connections to remote Oracle

2001-05-24 Thread Remigiusz Sokolowski
Stig Sćther Bakken wrote: > > ["Larry Osborn" <[EMAIL PROTECTED]>] > > Greetings all, > > We are having serious issues with PHP4.0.5 using OCI8 and Apache 1.3.17. > > > > We have 4 webservers that handle our various needs for oracle. Each server > > has its MaxSpareServers in the httpd.conf set t

Re: [PHP-DB] Limiting # of connections to remote Oracle

2001-05-24 Thread Stig Sæther Bakken
["Larry Osborn" <[EMAIL PROTECTED]>] > Greetings all, > We are having serious issues with PHP4.0.5 using OCI8 and Apache 1.3.17. > > We have 4 webservers that handle our various needs for oracle. Each server > has its MaxSpareServers in the httpd.conf set to 100. So that turns out to > be 400 con

Re: [PHP-DB] Limiting # of connections to remote Oracle

2001-05-23 Thread Larry Osborn
thanks john! this will be a big help --Larry ""John Lim"" <[EMAIL PROTECTED]> wrote in message 9efl78$2kc$[EMAIL PROTECTED]">news:9efl78$2kc$[EMAIL PROTECTED]... > Hi Larry, > > See > http://marc.theaimsgroup.com/?l=php-dev&m=98193543028899&w=2 > > I would create a special web server listening at

Re: [PHP-DB] Limiting # of connections to remote Oracle

2001-05-22 Thread John Lim
Hi Larry, See http://marc.theaimsgroup.com/?l=php-dev&m=98193543028899&w=2 I would create a special web server listening at port 81 to perform Oracle queries. Your main web servers call the port 81 server using fopen("http://proxyserver:81/updatemail.php?params=...";); to update the Oracle datab

[PHP-DB] Limiting # of connections to remote Oracle

2001-05-22 Thread Larry Osborn
Greetings all, We are having serious issues with PHP4.0.5 using OCI8 and Apache 1.3.17. We have 4 webservers that handle our various needs for oracle. Each server has its MaxSpareServers in the httpd.conf set to 100. So that turns out to be 400 connections to the Oracle database. We are not usin