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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.123 by root, Sat Jun 27 17:00:00 2015 UTC vs.
Revision 1.124 by root, Mon Jul 27 14:40:45 2015 UTC

868 868
869 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 869 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
870 multiple Coro-based threads to make database accesses concurrently, 870 multiple Coro-based threads to make database accesses concurrently,
871 instead of blocking the whole process. 871 instead of blocking the whole process.
872 872
873Coro-Multicore cpan cvs-co(Changes) cvs-pod(Multicore.pm,) cvs-pod(perlmulticore.h) list(anyevent) irc(anyevent)
874 Runs XS functions transparently in their own XS level thread,
875 running other Coro threads in parallel.
876
877 This perl module allows XS functions that have been properly prepared
878 (see the <a href="http://perlmulticore.schmorp.de">Perl Multicore
879 Specification</a>) to run in parallel to other Coro threads, in their own
880 OS level thread.
881
873Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes) 882Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes)
874 A Perl module implementing Ed25519 public key signing and verification. 883 A Perl module implementing Ed25519 public key signing and verification.
875 884
876Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes) 885Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes)
877 A Perl module implementing the Spritz family of cryptographic algorithms, 886 A Perl module implementing the Spritz family of cryptographic algorithms,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines