use ociplogon ,but server hung sometimes!!!

wxdqz

New Member
hi,
env:linux+apache3.1.12+oracle8.1.6+php4.0.0

code:
<?
session_start();
$db="";
$conn = ociplogon("system","manager",$db);

....
...

?>


i'm writing sth like a virtual company in above env .i used the ociplogon instead of ocilogon+ocilogoff .in test ,the server works perfectly sometimes ,but looks dying sometimes .if stop testing for serveral minutes ,the server works well again ....???

give me some advice ,please!!!

thanks !!!!
 
Back
Top