Date: 05/23/01
- Next message: Scott Ellis: "[PHP-WIN] Managing Sessions"
- Previous message: Alain Samoun: "Re: [PHP-WIN] CRYPT SOUS WINDOWS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
First, thanks to everyone who chimed in with great suggestions on why my app
was moving so slowly...
In case you missed it, I was having problems with page return time while
connecting to Oracle.
Here's the solution. Every bit of code was just fine (well, fine ENOUGH I
guess :) ). What I didn't know, and am about to put into the annotated
manual as soon as this thank you is written, is that OCIPLogon only 'really'
works when PHP is being hit as a module. What is deceptive is that you can
use OCIPLogon in CGI mode, but it is unable to stay persistent (something
that a little deductive reasoning should have exposed to me, but I'm not as
smart as I'd like to think I am sometimes) if you run PHP as a module....
So, thanks for all the help.
---------------------
John Asendorf - jasendorf <email protected>
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Aliquando et insanire iucundum est
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Scott Ellis: "[PHP-WIN] Managing Sessions"
- Previous message: Alain Samoun: "Re: [PHP-WIN] CRYPT SOUS WINDOWS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

