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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.104 by root, Thu Apr 18 14:23:21 2013 UTC vs.
Revision 1.108 by root, Sun Aug 25 21:11:17 2013 UTC

515 subprocesses for short- and long-running jobs, process pools (e.g. for 515 subprocesses for short- and long-running jobs, process pools (e.g. for
516 use in pre-forked servers) but also to spawn new external processes (such 516 use in pre-forked servers) but also to spawn new external processes (such
517 as CGI scripts from a webserver), which can be faster (and more well 517 as CGI scripts from a webserver), which can be faster (and more well
518 behaved) than using fork+exec in big processes. 518 behaved) than using fork+exec in big processes.
519 519
520AnyEvent-Fork-Remote cpan cvs-pod(Remote.pm,) cvs-co(Changes) list(anyevent) irc(anyevent)
521 Remote processes with AnyEvent::Fork interface
522
523 Despite what the name of this module might suggest, it doesn't actually
524 create remote processes for you. But it does make it easy to use them,
525 once you have started them.
526
527 This module implements a very similar API as AnyEvent::Fork. In fact,
528 similar enough to require at most minor modifications to support both
529 at the same time. For example, it works with AnyEvent::Fork::RPC and
530 AnyEvent::Fork::Pool.
531
520AnyEvent-Fork-RPC cpan cvs-pod(RPC.pm,) cvs-co(Changes) list(anyevent) irc(anyevent) 532AnyEvent-Fork-RPC cpan cvs-pod(RPC.pm,) cvs-co(Changes) list(anyevent) irc(anyevent)
521 Simple RPC extension for AnyEvent::Fork 533 Simple RPC extension for AnyEvent::Fork
522 534
523 This module implements a simple RPC protocol and backend for processes 535 This module implements a simple RPC protocol and backend for processes
524 created via L<AnyEvent::Fork>, allowing you to call a function in the 536 created via AnyEvent::Fork, allowing you to call a function in the
525 child process and receive its return values (up to 4GB serialised). 537 child process and receive its return values (up to 4GB serialised).
526 538
527 It implements two different backends: a synchronous one that works like a 539 It implements two different backends: a synchronous one that works like a
528 normal function call, and an asynchronous one that can run multiple jobs 540 normal function call, and an asynchronous one that can run multiple jobs
529 concurrently in the child, using AnyEvent. 541 concurrently in the child, using AnyEvent.
956 968
957 This project delivers you many gcc builtins, attributes and a number of 969 This project delivers you many gcc builtins, attributes and a number of
958 generally useful low-level functions, such as popcount, expect, prefetch, 970 generally useful low-level functions, such as popcount, expect, prefetch,
959 noinline, assume, unreachable and so on. 971 noinline, assume, unreachable and so on.
960 972
961gvpe dist-gnu 973gvpe dist-gnu cvs-pod(doc/gvpe.5.pod,) cvs-pod(doc/gvpe.conf.5.pod) cvs-pod(doc/gvpectrl.8.pod) cvs-pod(doc/gvpe.8.pod) cvs-pod(doc/gvpe.protocol.7.pod) cvs-pod(doc/gvpe.osdep.5.pod)
962 GVPE creates a virtual ethernet network with multiple nodes using a 974 GVPE creates a virtual ethernet network with multiple nodes using a
963 variety of transport protocols. Participating nodes do not need to trust 975 variety of transport protocols. Participating nodes do not need to trust
964 each other. 976 each other.
965 977
966 GVPE creates a virtual ethernet (broadcasts supported, any protocol that 978 GVPE creates a virtual ethernet (broadcasts supported, any protocol that

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines