ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.37 by root, Sat Dec 13 20:00:12 2008 UTC vs.
Revision 1.38 by root, Sat May 30 07:02:47 2009 UTC

568 A large Perl module family that implements cooperative multitasking in 568 A large Perl module family that implements cooperative multitasking in
569 Perl. It supports filehandle and event abstraction and also implements 569 Perl. It supports filehandle and event abstraction and also implements
570 continuations as well as the necessary directives to implement a slightly 570 continuations as well as the necessary directives to implement a slightly
571 limited call/cc in Perl. 571 limited call/cc in Perl.
572 572
573Coro-Mysql cpan cvs-co(Changes) cvs-pod(Mysql.pm,)
574 Lets other threads run while doing mysql requests via DBD::mysql.
575
576 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
577 multiple Coro-based threads to make database accesses concurrently,
578 instead of blocking the whole process.
579
573Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes) 580Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes)
574 A Perl module implementing the twofish encryption algorithm in Perl. It has 581 A Perl module implementing the twofish encryption algorithm in Perl. It has
575 mostly been superceded by the Crypt::Twofish module. However, it supports 582 mostly been superceded by the Crypt::Twofish module. However, it supports
576 an easy and fast CBC mode natively. 583 an easy and fast CBC mode natively.
577 584

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines