Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Script die without warning while getting result from DBI

by perrin (Chancellor)
on Jan 04, 2008 at 05:38 UTC ( [id://660374]=note: print w/replies, xml ) Need Help??


in reply to Script die without warning while getting result from DBI

When you say it dies, what do you mean exactly? My guess is that you're running out of memory because you're trying to load the entire result set into RAM.
  • Comment on Re: Script die without warning while getting result from DBI

Replies are listed 'Best First'.
Re^2: Script die without warning while getting result from DBI
by wilsonch (Novice) on Jan 04, 2008 at 06:16 UTC
    When I say die, the script just terminate and return to the command prompt as if nothing had happen. I have put debug after the piece of code and it never get there.

    I have had memory issue with this piece of software before, but it usually accompanied by a windows error message saying perl.exe encounter some problem or something.

    PS. the server have 8GB of RAM

      I'd suggest you monitor how much memory it uses while running to see if that is the problem.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://660374]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-20 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found