in reply to Re^2: Perl + Hoard ?
in thread Perl + Hoard ?

you're right WRT thread safety... but Perl's thread robustness will not increase with switchnig to threads-friendly memory allocator,
because, AFAIU switching off Perl memory allocator (so returning to default configuration) will use OS memory manager, which is thread safe by definition.