The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.8 - 2008-09-27

  • non-callback requests will now - by default - be executed in the foreground, which is much faster, but doesn't allow parallel processing of other, event-based, requests.
  • functions that modify their arguments now croak when a constant is passed to them.
  • db_c_get/db_c_pget requests did not correctly test the operation flags.
  • db_pget now correctly updates the pkey argument.
  • keep references to the passed env/db/etc. objects so they can't get destroyed while requests are still outstanding.
  • fixed a few minor stack issues.

Modules

BDB
Asynchronous Berkeley DB access