Re: DBD::Informix and FET_BUF_SIZE

2004-04-23 Thread tvilliers
On Thu, 22 Apr 2004 20:56:43 -0700, Jonathan Leffler wrote: tvilliers wrote: I have a perl script, using the DBI and DBD::Informix to unload data to a flat file. To improve network traffic, the Informix specific FET_BUF_SIZE environment variable is set to 16k. This causes the script to die

DBD::Informix and FET_BUF_SIZE

2004-04-22 Thread tvilliers
Hi, I have a perl script, using the DBI and DBD::Informix to unload data to a flat file. To improve network traffic, the Informix specific FET_BUF_SIZE environment variable is set to 16k. This causes the script to die with Memory fault. When FET_BUF_SIZE is unset, the script runs fine. I've tried

Re: DBD::Informix and FET_BUF_SIZE

2004-04-22 Thread Jonathan Leffler
tvilliers wrote: I have a perl script, using the DBI and DBD::Informix to unload data to a flat file. To improve network traffic, the Informix specific FET_BUF_SIZE environment variable is set to 16k. This causes the script to die with Memory fault. When FET_BUF_SIZE is unset, the script runs