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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.100 by root, Thu May 17 18:19:09 2012 UTC vs.
Revision 1.101 by root, Thu Apr 4 07:55:54 2013 UTC

454 include some highly subjective package selections are available as 454 include some highly subjective package selections are available as
455 <a href="http://staticperl.schmorp.de/smallperl.html">smallperl</a> 455 <a href="http://staticperl.schmorp.de/smallperl.html">smallperl</a>
456 and 456 and
457 <a href="http://staticperl.schmorp.de/bigperl.html">bigperl</a>. 457 <a href="http://staticperl.schmorp.de/bigperl.html">bigperl</a>.
458 458
459Net-Knuddels cvs-pod(Net/Knuddels.pm,) 459Net-Knuddels cvs-pod(Net/Knuddels.pm,)
460 This perl module provides an API for group communications using the 460 This perl module provides an API for group communications using the
461 <a href="http://www.knuddels.de/">www.knuddels.de</a> protocol. It is outdated 461 <a href="http://www.knuddels.de/">www.knuddels.de</a> protocol. It is outdated
462 and only provided as reference. 462 and only provided as reference.
463 463
464 This module implements the knuddels.de chat protocol. Since it was created 464 This module implements the knuddels.de chat protocol. Since it was created
479AnyEvent-ReadLine-Gnu cpan cvs-pod(Gnu.pm,) list(anyevent) irc(anyevent) 479AnyEvent-ReadLine-Gnu cpan cvs-pod(Gnu.pm,) list(anyevent) irc(anyevent)
480 This is a small interface to Term::ReadLine::Gnu for event-based programs. 480 This is a small interface to Term::ReadLine::Gnu for event-based programs.
481 481
482 This module has event-based readline, as well as asynchronous message printing 482 This module has event-based readline, as well as asynchronous message printing
483 with readline figured out for you. 483 with readline figured out for you.
484
485Proc-FastSpawn cpan cvs-pod(FastSpawn.pm,) cvs-co(Changes)
486 fork+exec, or spawn, a subprocess as quickly as possible
487
488 The purpose of this small (in scope and footprint) module is simple:
489 spawn a subprocess asynchronously as efficiently and/or fast as
490 possible. Basically the same as calling fork+exec (on POSIX), but
491 hopefully faster than those two syscalls.
492
493 Apart from fork overhead, this module also allows you to fork+exec
494 programs when otherwise you couldn't - for example, when you use POSIX
495 threads in your perl process then it generally isn't safe to call
496 fork from perl, but it is safe to use this module to execute external
497 processes.
498
499AnyEvent-Fork cpan cvs-pod(Fork.pm,) cvs-pod(Fork/Early.pm) cvs-pod(Fork/Template) cvs-co(Changes)
500 Everything you wanted to use fork() for, but couldn't.
501
502 This module allows you to create new processes, without actually forking
503 them from your current process (avoiding the problems of forking), but
504 preserving most of the advantages of fork.
505
506 It can be used to create new worker processes or new independent
507 subprocesses for short- and long-running jobs, process pools (e.g. for
508 use in pre-forked servers) but also to spawn new external processes (such
509 as CGI scripts from a webserver), which can be faster (and more well
510 behaved) than using fork+exec in big processes.
484 511
485Guard cpan cvs-pod(Guard.pm,) cvs-co(Changes) 512Guard cpan cvs-pod(Guard.pm,) cvs-co(Changes)
486 This small module implements scope and object guards, that is, code blocks 513 This small module implements scope and object guards, that is, code blocks
487 that are executed when a scope is being exited (or an object is destroyed). 514 that are executed when a scope is being exited (or an object is destroyed).
488 515

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines