Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.422 Times

Prefork freeware
 

Prefork

Added: June 26, 2013 | Visits: 177

Parallel::Prefork Parallel::Prefork is a Perl module much like Parallel::ForkManager, but supports graceful shutdown and run-time reconfiguration. SYNOPSIS use Parallel::Prefork; my $pm = Parallel::Prefork->new({ max_workers => 10, trap_signals => { TERM => 'TERM', HUP => 'TERM', USR1 => undef, } });...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): Parallel::Prefork Download

Added: August 21, 2010 | Visits: 1.208

IMAP::Admin IMAP::Admin is a Perl module for basic IMAP server administration. SYNOPSIS use IMAP::Admin; $imap = IMAP::Admin->new(Server => name.of.server.com, Login => login_of_imap_administrator, Password => password_of_imap_adminstrator, Port => port# (143 is default), Separator => ".", #...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): IMAP::Admin Download

Added: April 09, 2010 | Visits: 927

perlrpcgen perlrpcgen is a Perl module that can generate Perl interfaces from ONC RPC interface definitions. SYNOPSIS perlrpcgen [--makefile] [--all] [--client] [--server] [--data] [--constants] [--module module] [--typemap typemap] [--fork] [--perl perl] [--cc cc] [--rpclibs rpclibs] rpcfile.x...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (90): perlrpcgen Download

Added: May 08, 2010 | Visits: 767

Bundle::OpenSRF Bundle::OpenSRF Perl module can install all OpenSRF prereq modules available on CPAN. SYNOPSIS perl -MCPAN -e install Bundle::OpenSRF or ... cpan Bundle::OpenSRF CONTENTS Cache::FileCache Cache::Memcached DBI DBD::SQLite Digest::MD5 Error Fcntl Net::Server::PreFork Time::HiRes...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Bundle::OpenSRF Download

Added: June 27, 2010 | Visits: 975

Net::Server Net::Server is an extensible, general Perl server engine. SYNOPSIS #!/usr/bin/perl -w -T package MyPackage; use Net::Server; @ISA = qw(Net::Server); sub process_request { #...code... } MyPackage->run(port => 160); exit;.


Platforms: *nix

License: Freeware Size: 81.92 KB Download (132): Net::Server Download

Added: September 26, 2013 | Visits: 281

gunicorn for Linux Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.


Platforms: *nix

License: Freeware Size: 276.48 KB Download (32): gunicorn for Linux Download