in reply to Re^2: DBD::Sybase query execute hangs randomly for Sybase IQ 15.4
in thread DBD::Sybase query execute hangs randomly for Sybase IQ 15.4
In case your dbas need information on the Config file. In particular, look at:
You might be running into blocking locks if the parallel runs of your Perl code are hitting the same pages.
As far as Perl goes, you may want to enable DBI Tracing to determine if there is something funky going on.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBD::Sybase query execute hangs randomly for Sybase IQ 15.4
by cmahajan (Initiate) on Jun 20, 2013 at 01:34 UTC | |
|
Re^4: DBD::Sybase query execute hangs randomly for Sybase IQ 15.4
by cmahajan (Initiate) on Jun 25, 2013 at 02:47 UTC | |
by jfroebe (Parson) on Sep 19, 2013 at 13:08 UTC |