Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: modularization, memory usage and performance

by mkirank (Chaplain)
on Feb 09, 2005 at 07:41 UTC ( [id://429317]=note: print w/replies, xml ) Need Help??


in reply to modularization, memory usage and performance

which can take up quite a lot of memory during script execution
Why can't you use a Database DBD::SQLite
  • Comment on Re: modularization, memory usage and performance

Replies are listed 'Best First'.
Re^2: modularization, memory usage and performance
by jmagiera (Novice) on Feb 09, 2005 at 08:21 UTC
    I am not using a database and I don't want to, because the application is supposed to be easy to install and I want to limit the amount of 3rd party products involved (aiming towards all perl :D )

    Since Tie::Persistent seems to be buggy and was last maintained in 2002, I'll probably switch to SDBM_File or so.

    Perl help me.

      SQLite is a Self Contained RDBMS in a DBI Driver
      Installing DBD::SQLIte is just like Installing any other perl modules
        It's a good idea, and probably faster than Tie::Persistent. However, the package needs to compile some libs, and I want my application to be used by normal Windows-Users also (who don't have a compiler installed). Is there a way I can pre-compile it and let the end-user skip the compilation part when installing it? Hm.., the ppm of ActivePerl does that. Maybe I should use that for Windows-Users.

        -----------
        Perl help me.

Log In?
Username:
Password:

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

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

    No recent polls found