|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-07-15 03:54 UTC] michael at mediacom dot ru
When I use script with ibase_pconnect(), it spawn InterBase connections, if period of http requests over approx. 15 seconds. I use php4apache.dll with Apache 1.3.22(win32) InterBase(Firebird 1.0) build 796 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 17 00:00:02 2025 UTC |
My script calls ibase_pconnect("127.0.0.1:/Database/test.gdb", "SYSDBA", "masterkey"). I expected that php reuse persistent connection to InterBase. But if time from last script executing is over 15 seconds - php spawn new InterBase connection.