in reply to Re^2: Perl, PostgreSQL, and Where Things Are Done
in thread Perl, PostgreSQL, and Where Things Are Done

I wonder if you had a perl daemon listening on a unix socket and had the PL/Perl module farm out some evals if that would be faster. Does the embedded perl interperter have direct access to the datastore (some sort of shared memory) or are values 'passed in' (copied)?
  • Comment on Re^3: Perl, PostgreSQL, and Where Things Are Done