Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20349 invoked by uid 1010); 16 Mar 2004 11:52:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20074 invoked from network); 16 Mar 2004 11:52:16 -0000 Received: from unknown (HELO TANTOR.lads.co.za) (196.34.4.2) by pb1.pair.com with SMTP; 16 Mar 2004 11:52:16 -0000 Received: from mailman.reach.co.za (unverified) by TANTOR.lads.co.za (Content Technologies SMTPRS 4.3.6) with ESMTP id for ; Tue, 16 Mar 2004 13:58:30 +0200 Received: from reach.co.za (nobbie.reach.co.za [10.99.81.106]) by mailman.reach.co.za (8.12.8/8.8.7) with ESMTP id i2GBnudM031844 for ; Tue, 16 Mar 2004 13:49:56 +0200 Message-ID: <4056EA19.80703@reach.co.za> Date: Tue, 16 Mar 2004 13:50:49 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: IFX - new_link stuff From: cornec@reach.co.za ("Corne' Cornelius") Hi, The Informix extension has some issues with it's connection resources. When a connection resource is busy, -439 errors are returned from the following functions: ifx_connect() ifx_pconnect() ifx_query() ifx_prepare() I want to add a new_link parameter to the ifx_(p)connect() functions, like the mysql_(p)connect() functions have are there any objections/alternate suggestions to this ? Can i please commit this to the PHP_4_3 Branch ? the -439 error has been an issue in the IFX Extension for quite some time, and this could reduce the problem quite drastically if users are willing to have a new_link on each call , or if a -439 is encountered on first attempt without new_link, and a 2nd attempt is made with new_link Thanks, Corne' !Exclude Disclaimer!