--- Coro/Changes 2008/09/21 18:29:39 1.369 +++ Coro/Changes 2008/10/01 04:15:11 1.379 @@ -1,13 +1,33 @@ Revision history for Perl extension Coro. -TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO. +TODO: should explore PerlIO::coroaio. TODO: maybe implement a default message channel, very much like Erlang's actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). -4.747 +4.8 + - new function Coro::AIO::aio_wait. + - Coro.:AIO and Coro::BDB now "use Coro::AnyEvent". + - greatly speed up and reduce memory usage of Coro::AIO requests. + - implement some other ยต-optimisations. + +4.749 Mon Sep 29 14:40:12 CEST 2008 + - port to slow and broken pseudo-threaded perls. (courtesy pippijn). + +4.748 Sat Sep 27 14:03:19 CEST 2008 + - implement, but do not document, PerlIO::cede(granularity). + - Coro::Storable forgot to wrap Storable::pstore. + - work around the multitude of leaks and memory corruption + bugs in PerlIO::via by using our own C-level perliol. As a side + effect, Coro::Storable is now much, much, much faster. + +4.747 Tue Sep 23 01:59:41 CEST 2008 - fix a per-cv memleak (one empty array was leaked per code reference). + - avoid a crash in coro->call|rss when the coroutine was already + destroyed (most noticably when using Coro::Debug::ps :) + - also protect *Storable::FILE. + - push up default storable granularity to 20ms. 4.746 Sun Sep 21 03:22:20 CEST 2008 - be more insistent on locking Storable against reentrancy