ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
(Generate patch)

Comparing Coro/Changes (file contents):
Revision 1.368 by root, Sun Sep 21 01:23:26 2008 UTC vs.
Revision 1.379 by root, Wed Oct 1 04:15:11 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines