in reply to Re^5: Change in memory consumption when using debugger
in thread Change in memory consumption when using debugger

Yes, I am also guessing that this is one weird interaction between any possible combination of 'odbc driver', perl, 'dbi module', 'dbd module', 'POSIX module', and stupid solaris 2.7.

I'm pretty sure that no one will really want to take on this challenge for such a specific set of circumstances.

Upgrading to solaris 2.8 (most logical solution to my problem) would require re-certifying the existing tools that currently reside on this machine (re-certification is absolutely necessary, and expensive).

Solution #2 would be to change my code so that I don't need POSIX (used to get the password), and make the user pass the password on the command line, but of course that poses more security risks.

Decisions, decisions, decisions....

  • Comment on Re^6: Change in memory consumption when using debugger

Replies are listed 'Best First'.
Re^7: Change in memory consumption when using debugger
by BrowserUk (Patriarch) on Jul 05, 2004 at 13:45 UTC

    Weird is right. Best of luck.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    "Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon