--- BDB/Changes 2008/03/30 08:01:58 1.34 +++ BDB/Changes 2008/04/12 23:33:16 1.35 @@ -1,5 +1,10 @@ Revision history for perl module BDB. + - do our own stack memory management for threads - linux + allocates outrageous amounts of VM (not so bad unless you + use mlockall...), which severely limits the number of threads + on 32-bit arches. + 1.45 Sun Mar 30 10:01:00 CEST 2008 - work around win32 perl's broken filehandles (this cannot work in all cases, so watch out).