Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4063 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61607 invoked from network); 18 Aug 2003 11:41:10 -0000 Received: from unknown (HELO TANTOR.lads.co.za) (196.34.4.2) by pb1.pair.com with SMTP; 18 Aug 2003 11:41:10 -0000 Received: from mailman.reach.co.za (unverified) by TANTOR.lads.co.za (Content Technologies SMTPRS 4.3.6) with ESMTP id for ; Mon, 18 Aug 2003 13:43:18 +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 h7IBExPi007978 for ; Mon, 18 Aug 2003 13:14:59 +0200 Message-ID: <3F40BBE9.7070603@reach.co.za> Date: Mon, 18 Aug 2003 13:43:37 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Informix: connection busy handling undecisive From: cornec@reach.co.za ("Corne' cornelius") Hi, The Informix DB Extension has been giving a lot of -439 errors lately, especially when persistent connections are used. Error -439 means that the current connection is busy and can't process a new SQL query at the moment. Bugs related: 13459, 8267, 14254, 19416, 16145, 14314 Should i change the extension to establish a new connection automatically when: o ifx_connect()/ifx_pconnect() is called ? or o when ifx_query()/ifx_prepare()/ifx_do() is called ? Should there be an INI entry giving the user the option to let PHP connect automatically ? Should the IFX extension addopt the new_link argument feature of mysql_connect() ? NOTE: ifx_check() and php doesn't pick this up as an error because SQLSTATE is '00 000', which indicates no error. Thanks, Corne' !Exclude Disclaimer!