Perinci::Access::TCP::Server

A Riap::TCP implementation for Perl
Download

Perinci::Access::TCP::Server Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steven Haryanto
  • Publisher web site:
  • http://search.cpan.org/~sharyanto/

Perinci::Access::TCP::Server Tags


Perinci::Access::TCP::Server Description

Perinci::Access::TCP::Server is a Perl module that implements Riap::TCP. Its features preforking, multiple interface and Unix sockets.This module uses Log::Any for logging.This module uses Moo for object system.SYNOPSIS #!/usr/bin/perl use Perinci::Access::TCP::Server; my $server = Perinci::Access::TCP::Server->new( ports => , # default none unix_sockets => , # default none #start_servers => 0, # default 3, 0=don't prefork #max_clients => 0, # default 3, 0=don't prefork #max_requests_per_child => 100, # default 1000 #daemonize => 1, # default 0 ); $server->run;Or use using the included peri-tcpserve script: % peri-tcpserve -p 127.0.0.1:5678 -s /path/to/unix/sock Foo::Bar Baz::*Product's homepage


Perinci::Access::TCP::Server Related Software