in reply to using hashes (or hash values) across FORKED processes

Really, this is a database application (in my opinion). Fork off some processes that read the text into MySQL or Postgres (or maybe even GDBM) and then play with it then... select what you need out of the mix... but then, if you haven't used databases before, this may not be the quickest solution ;)

                - Ant
                - Some of my best work - Fish Dinner

  • Comment on Re: using hashes (or hash values) across FORKED processes