The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "KAZUHO"

PSGI - Perl Web Server Gateway Interface Specification River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution

thrall - Simple PSGI/Plack HTTP server that uses threads River stage zero No dependents

Thrall is a standalone HTTP/1.1 server with keep-alive support. It uses threads instead pre-forking, so it works correctly on Windows. It is a pure-Perl implementation that doesn't require any XS package. Thrall was started as a fork of Starlet serve...

DEXTER/Thrall-0.0405 - 22 Jun 2023 09:15:22 UTC - Search in distribution
  • Thrall - Simple PSGI/Plack HTTP server which uses threads

Furl - Lightning-fast URL fetcher River stage two • 83 direct dependents • 99 total dependents

Furl is yet another HTTP client library. LWP is the de facto standard HTTP client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it!...

SYOHEX/Furl-3.14 - 13 May 2021 05:30:54 UTC - Search in distribution

starlight - Light and pure-Perl PSGI/Plack HTTP server with pre-forks River stage one • 1 direct dependent • 1 total dependent

Starlight is a standalone HTTP/1.1 server with keep-alive support. It uses pre-forking. It is a pure-Perl implementation that doesn't require any XS package. Starlight was started as a fork of Thrall server which is a fork of Starlet server. It has a...

DEXTER/Starlight-0.0503 - 22 Jun 2023 22:05:28 UTC - Search in distribution
  • Starlight - Light and pure-Perl PSGI/Plack HTTP server with pre-forks

nopan - download software from source-code repository and install River stage zero No dependents

Nopan downloads software from a subversion repository or a git repository using HTTP, and automatically installs the software. Nopan currently supports following types of software repositories. autotools-based repositories repositories with `configur...

KAZUHO/App-NoPAN-0.01 - 17 Jan 2010 22:10:33 UTC - Search in distribution

Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit) River stage four • 760 direct dependents • 1891 total dependents

Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI. See PSGI for the PSGI specification and PSGI::...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

Gungho - Yet Another High Performance Web Crawler Framework River stage one • 1 direct dependent • 1 total dependent

Gungho provides a complete out-of-the-box web crawler framework with high performance and great felxibility. Please note that Gungho is in beta. It has been stable for some time, but its internals may still change, including the API. Gungho comes wit...

DMAKI/Gungho-0.09008 - 28 Jul 2008 10:37:52 UTC - Search in distribution
  • Gungho.ja - 高性能Webクローラーフレームワーク
  • Gungho::Inline - Inline Your Providers And Handlers (Deprecated)

Feersum - A PSGI engine for Perl based on EV/libev River stage one • 2 direct dependents • 2 total dependents

Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec including the "psgi.streaming" interface and is compatible with Plack. PSGI 1.1, which has yet to be published formally, is also supported. Feersum also has its own "native" ...

AUDREYT/Feersum-1.410 - 05 Dec 2020 06:48:03 UTC - Search in distribution

POD2::RU::PSGI River stage zero No dependents

VTI/POD2-RU-PSGI-0.003 - 10 Aug 2014 11:02:27 UTC - Search in distribution

start_server - a superdaemon for hot-deploying server programs River stage two • 13 direct dependents • 14 total dependents

This script is a frontend of Server::Starter. For more information please refer to the documentation of the module....

KAZUHO/Server-Starter-0.35 - 21 Sep 2019 13:52:56 UTC - Search in distribution

Starlet - a simple, high-performance PSGI/Plack HTTP server River stage two • 9 direct dependents • 13 total dependents

Starlet is a standalone HTTP/1.1 web server, formerly known as Plack::Server::Standalone::Prefork and Plack::Server::Standalone::Prefork::Server::Starter. The server supports following features, and is suitable for running HTTP application servers be...

KAZUHO/Starlet-0.31 - 12 Dec 2016 05:52:35 UTC - Search in distribution

cppref - man-style access to cppreference.com documents (using w3m) River stage zero No dependents

KAZUHO/cppref-0.09 - 25 Jan 2012 06:18:34 UTC - Search in distribution
  • App::Cppref - man-style access to cppreference.com documents (using w3m)

Starman - High-performance preforking PSGI/Plack web server River stage two • 28 direct dependents • 41 total dependents

Starman is a PSGI perl web server that has unique features such as: High Performance Uses the fast XS/C HTTP header parser Preforking Spawns workers preforked like most high performance UNIX servers do. Starman also reaps dead children and automatica...

MIYAGAWA/Starman-0.4017 - 13 Sep 2023 20:27:57 UTC - Search in distribution

Starwoman - because Starman does the same thing over and over again expecting different results River stage one • 1 direct dependent • 1 total dependent

Starwoman is a PSGI perl web server that has unique features such as: High Performance Uses the fast XS/C HTTP header parser Preforking Spawns workers preforked like most high performance UNIX servers do. Starwoman also reaps dead children and automa...

ASHLEYW/Starwoman-0.001 - 29 Apr 2019 17:21:15 UTC - Search in distribution

runcron - cron-runner River stage zero No dependents

runcron is wrapper command for cron jobs inspired by cronlog <https://github.com/kazuho/kaztools/blob/master/cronlog>. Default behaviour is same like cronlog....

SONGMU/App-RunCron-0.08 - 21 Dec 2014 07:14:55 UTC - Search in distribution

Test::PostgreSQL - PostgreSQL runner for tests River stage one • 8 direct dependents • 9 total dependents

"Test::PostgreSQL" automatically setups a PostgreSQL instance in a temporary directory, and destroys it when the perl script exits. This module is a fork of Test::postgresql, which was abandoned by its author several years ago....

TJC/Test-PostgreSQL-1.29 - 18 Feb 2022 03:33:54 UTC - Search in distribution

SQL::QueryMaker - helper functions for SQL query generation River stage two • 5 direct dependents • 46 total dependents

This module concentrates on providing an expressive, concise way to declare SQL expressions by exporting carefully-designed functions. It is possible to use the module to generate SQL query conditions and pass them as arguments to other more versatil...

KAZUHO/SQL-QueryMaker-0.03 - 30 Jul 2014 09:48:37 UTC - Search in distribution

Filter::SQL - embedded SQL for perl River stage zero No dependents

KAZUHO/Filter-SQL-0.10 - 04 Nov 2008 02:12:20 UTC - Search in distribution

KeyedMutex - An interprocess keyed mutex River stage two • 2 direct dependents • 11 total dependents

"KeyedMutex" is an interprocess keyed mutex. Its intended use is to prevent sending identical requests to database servers at the same time. By using "KeyedMutex", only a single client would send a request to the database, and others can retrieve the...

KAZUHO/KeyedMutex-0.06 - 14 Jul 2008 22:17:16 UTC - Search in distribution

Test::mysqld - mysqld runner for tests River stage two • 20 direct dependents • 34 total dependents

"Test::mysqld" automatically setups a mysqld instance in a temporary directory, and destroys it when the perl script exits....

SONGMU/Test-mysqld-1.0030 - 06 Apr 2024 14:23:48 UTC - Search in distribution
66 results (0.037 seconds)