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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.38 by root, Sat May 30 07:02:47 2009 UTC vs.
Revision 1.39 by root, Thu Jun 25 11:18:31 2009 UTC

451 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info. 451 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info.
452 452
453Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes) 453Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes)
454 Perl module implementing forward error correction using Vandermonde matrices 454 Perl module implementing forward error correction using Vandermonde matrices
455 455
456AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-pod(lib/AnyEvent/Intro.pod,Introduction/Tutorial) cvs-co(Changes) cvs-pod(lib/AnyEvent/Util.pm,AnyEvent::Util) cvs-pod(lib/AnyEvent/Handle.pm,AnyEvent::Handle) cvs-pod(lib/AnyEvent/Socket.pm,AnyEvent::Socket) cvs-pod(lib/AnyEvent/DNS.pm,AnyEvent::DNS) cvs-pod(lib/AnyEvent/Impl/EV.pm,AnyEvent::Impl::EV) cvs-pod(lib/AnyEvent/Impl/Event.pm,AnyEvent::Impl::Event) cvs-pod(lib/AnyEvent/Impl/Glib.pm,AnyEvent::Impl::Glib) cvs-pod(lib/AnyEvent/Impl/Tk.pm,AnyEvent::Impl::Tk) cvs-pod(lib/AnyEvent/Impl/Perl.pm,AnyEvent::Impl::Perl) cvs-pod(lib/AnyEvent/Impl/Qt.pm,AnyEvent::Impl::Qt) cvs-pod(lib/AnyEvent/Impl/EventLib.pm,AnyEvent::Impl::EventLib) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE) 456AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-pod(lib/AnyEvent/Intro.pod,Introduction/Tutorial) cvs-co(Changes) cvs-pod(lib/AnyEvent/Util.pm,AnyEvent::Util) cvs-pod(lib/AnyEvent/Handle.pm,AnyEvent::Handle) cvs-pod(lib/AnyEvent/Socket.pm,AnyEvent::Socket) cvs-pod(lib/AnyEvent/DNS.pm,AnyEvent::DNS) cvs-pod(lib/AnyEvent/Impl/EV.pm,AnyEvent::Impl::EV) cvs-pod(lib/AnyEvent/Impl/Event.pm,AnyEvent::Impl::Event) cvs-pod(lib/AnyEvent/Impl/Glib.pm,AnyEvent::Impl::Glib) cvs-pod(lib/AnyEvent/Impl/Tk.pm,AnyEvent::Impl::Tk) cvs-pod(lib/AnyEvent/Impl/Perl.pm,AnyEvent::Impl::Perl) cvs-pod(lib/AnyEvent/Impl/Qt.pm,AnyEvent::Impl::Qt) cvs-pod(lib/AnyEvent/Impl/EventLib.pm,AnyEvent::Impl::EventLib) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::IOAsync) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE)
457 This module offers a simple API for I/O, timer, signal, child process 457 This module offers a simple API for I/O, timer, signal, child process
458 and completion events, independent of a specific event loop. 458 and completion events, independent of a specific event loop.
459 459
460 <p>This module allows module authors to use those events internally without 460 <p>This module allows module authors to use those events internally
461 forcing users of the module to use a specific event loop, without adding 461 without forcing users of the module to use a specific event loop, without
462 noticable overhead. Currently supported event loops are EV, Event, 462 adding noticable overhead. Currently supported event loops are EV, Event,
463 Glib/Gtk2, Tk, Qt, Event::Lib and POE (and thus also WxWidgets and 463 Glib/Gtk2, Tk, Qt, Event::Lib, IO::Async and POE (and thus also WxWidgets
464 Prima). It contains a very fast (see benchmarks in the main manual page) 464 and Prima). It also comes with a very fast (see benchmarks in the main
465 Pure Perl event loop and doesn't rely on XS, which ensures that your 465 manual page) Pure Perl event loop and doesn't rely on XS, which ensures
466 program will always run even when no C-based event loop is available.</p> 466 that your program will always run even when no C-based event loop is
467 available.</p>
467 468
468 <p>In addition to the event core (which might be all you need), AnyEvent 469 <p>In addition to the event core (which might be all you need), AnyEvent
469 comes with an optional, fully asynchronous, pure-perl DNS resolver 470 comes with an optional, fully asynchronous, pure-perl DNS resolver
470 library supporting UDP, TCP and EDNS0, with many utility functions to 471 library supporting UDP, TCP and EDNS0, with many utility functions to
471 "just resolve" stuff without having to instantiate even a resolver object 472 "just resolve" stuff without having to instantiate even a resolver object

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines