Hi, I working with PHP 4.06 and Apache 1.3.20 on a Windows NT machine. I have some scripts that reads data from a Oracle 8.1.7 database with the OCI8 extension. If a user clicks so fast to some links (connects to the DB and builds the page, that should be displayed), that the scripts can not finish correct (displaying anything), all the DB-connections will hang in the database. I was checking the features around register_shutdown_function(...) to close the conntection, but nothing works. It seems, that single, time consuming commands can not be catched by register_shutdown_function().
Is this a problem from any used component, a wrong setting in the php.ini file or a known problem from PHP?