Re: DBD::Informix Slow Disconnect

2003-07-09 Thread Jonathan Leffler
| | cc: Jonathan Leffler/Menlo Park/[EMAIL PROTECTED]

Fw: Re: DBD::Informix Slow Disconnect PART 2

2003-07-09 Thread Paul Reilly
  >PERL_DBI_DEBUG=9 would generate a different pile of information.   This is the output for the first disconnection using PERL_DBI_DEBUG=9 :   ///  Disconnecting ... # <-- from my script    -->> DBD::Informix::dbd_ix_d

Fw: Re: DBD::Informix Slow Disconnect PART 1

2003-07-09 Thread Paul Reilly
   Please see below ...       ---Original Message---   From: Jonathan Leffler Date: Wednesday, July 09, 2003 08:02:51 To: Paul Reilly Cc: Jonathan Leffler Subject: Re: DBD::Informix Slow Disconnect   Paul Reilly wrote: >> I want to connect and disconnect to several databa

DBD::Informix Slow Disconnect

2003-07-08 Thread Paul Reilly
Hi,   I want to connect and disconnect to several databases on 'Informix Dynamic Server 2000 Version 9.21.UC5'   However, it is running very slowly because I am calling   $dbh->disconnect   after each connection and it seems to take a very long time.     I am using DBI 1.37 and the latest ver