hi!
i read about something that is called "multi-threded technology". i suppose it is connected with keeping persistant connections by www server.
i read also that if php is launched as apache module it supports multi-threded technology but if it is working as cgi - it doesn't support it and fuctions like oci_plogon (or ora_plogon) work as if they were usual oci_logon.
i'm using iis 4.0/5.0 and the question is: how can i open persistent connection?
i did an experiment and wrote the short script in which i used oci_plogon and unfinite loop, so the script was beeing executed for 30 secs, then i looked into oracle database and saw loggen on user (php.exe)! when the script died, there was no logged on user at all.
can somebody tell me how to cope with such kind of connections? thanks in advance!