On Sat, Oct 20, 2007 at 03:24:43PM +0300, Marius Feraru wrote:
> Using the attached test, I was not able to reproduce your problem on these
> systems:
> ...
> my $contents = 'a' x 2**20;
Substituting the line above for my pull from the database made everything
work fine. So I wrote a shell script like the following, and the problem
returned. Looks like I fingered the wrong suspect.
---snip---
use DBI;
while (1) {
my $dbh = blah;
my $id = int rand(124);
my ($contents) = $dbh->selectrow_array(blah);
$dbh->disconnect;
}
---snip---
Thanks for the suggestion!
--
Troy
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users