Informix ::DBD

2003-08-19 Thread Paul Reilly
Hi,   I have a question which I really hope will not embarrass me too much.   I am running   solaris 2.8 IBM Informix CSDK Version 2.81, IBM Informix-ESQL Version 9.53.UC1 Informix Dynamic Server 2000 Version 9.21.UC5 perl 5.8   I compiled the Informix::DBD and all worked.   I then packaged

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