Date: 11/29/01
- Next message: Ian: "Re: [PHP-DB] db connect problems."
- Previous message: Roel Mulder: "Re: [PHP-DB] db connect problems."
- In reply to: webber <email protected>: "[PHP-DB] Oracle database connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you are using apache, you will have one for every Apache httpd process.
If IIS, then one per thread. Persistent connections are not per page, but
globally per process (provided the userid/passwords match).
<webber <email protected>> wrote in message
news:3C05C229.DF80AE9B <email protected>
> if I have the following in 10 seperate pages:
> OCIPLogon($User,$Pass,$DB_name);
>
> Do I have 10 seperate database connections, one for each page or do I
> have so other number of connections?
>
> Thanks.
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ian: "Re: [PHP-DB] db connect problems."
- Previous message: Roel Mulder: "Re: [PHP-DB] db connect problems."
- In reply to: webber <email protected>: "[PHP-DB] Oracle database connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

