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

Search results for "module:EV"

EV - perl interface to libev, a high performance full-featured event loop River stage two • 70 direct dependents • 86 total dependents

This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the documentation below is comprehensive, one might also consult the documentation of libev itself (<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>...

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC

FCGI::EV - Implement FastCGI protocol for use in EV-based applications River stage one • 1 direct dependent • 1 total dependent

This module implement FastCGI protocol for use in EV-based applications. (That mean you have to run EV::loop in your application or this module will not work.) It receive and parse data from web server, pack and send data to web server, but it doesn'...

POWERMAN/FCGI-EV-v2.0.1 - 03 Apr 2018 17:26:25 UTC

EV::Cron - Add crontab watcher into EV River stage zero No dependents

This module extends EV by adding an easy way to specify event schedules using a crontab line format....

LOSYME/EV-Cron-0.123600 - 25 Dec 2012 23:14:53 UTC

Coro::EV - do events the coro-way, with EV River stage two • 53 direct dependents • 69 total dependents

This module does two things: First, it offers some utility functions that might be useful for threads (although Coro::AnyEvent offers more and more portable functions), and secondly, it integrates Coro into the EV main loop: Before the process blocks...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC

EV::Glib - Embed the glib main loop into EV River stage zero No dependents

If you want to use EV in a Glib/Gtk+ program, then you need to look at the Glib::EV module, not this one, as this module requires you to run EV in your main program. If you want to use Glib/Gtk+ in an EV program, you are at the right place here. This...

MLEHMANN/EV-Glib-2.01 - 31 Jan 2009 09:48:12 UTC

Glib::EV - Coerce Glib into using the EV module as event loop. River stage zero No dependents

If you want to use glib/gtk+ in an EV program, then you need to look at the EV::Glib module, not this one, as this module requires you to run a Glib or Gtk+ main loop in your program. If you want to use EV in an Glib/Gtk+ program, you are at the righ...

MLEHMANN/Glib-EV-2.02 - 01 Nov 2010 22:23:16 UTC

EV::ADNS - lightweight asynchronous dns queries using EV and libadns River stage zero No dependents

This is a simple interface to libadns (asynchronous dns) that integrates well and automatically into the EV event loop. The documentation for libadns is vital to understand this module, see <http://www.chiark.greenend.org.uk/~ian/adns/>. You can use ...

MLEHMANN/EV-ADNS-3.0 - 16 Oct 2015 22:59:08 UTC

EV::Hiredis - Asynchronous redis client using hiredis and EV River stage zero No dependents

EV::Hiredis is a asynchronous client for Redis using hiredis and EV as backend. This module connected to EV with C-Level interface so that it runs faster....

SHOGO/EV-Hiredis-0.07 - 03 May 2023 14:14:01 UTC

EV::MakeMaker - MakeMaker glue for the C-level EV API River stage two • 70 direct dependents • 86 total dependents

For optimal performance, hook into EV at the C-level. You'll need to make changes to your "Makefile.PL", load "EV" in your "pm" file and add code to your "xs" / "c" file(s)....

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC

Photography::EV - Calculate exposure value (EV) River stage zero No dependents

This module provides functions for calculating photographic exposure values. Some light meters can give readings in "Exposure Value" or EV. On some cameras the exposure can be locked into a specific Exposure Value (EV), such that changing the apertur...

PLICEASE/Photography-EV-0.07 - 27 Nov 2015 15:08:33 UTC

IPC::MPS::EV - IPC::MPS based on EV River stage zero No dependents

See description in IPC::MPS....

KNI/IPC-MPS-0.21 - 07 Aug 2019 08:29:38 UTC

Net::SNMP::EV - adaptor to integrate Net::SNMP into the EV event loop. River stage zero No dependents

This module coerces the Net::SNMP scheduler to use the EV high performance event loop as underlying event loop, i.e. EV will be used by Net::SNMP for all events. This integrates Net::SNMP into EV: You can make non-blocking Net::SNMP calls and as long...

MLEHMANN/Net-SNMP-EV-0.12 - 10 Apr 2009 06:50:12 UTC

POE::Loop::EV - a bridge that supports EV from POE River stage one • 1 direct dependent • 1 total dependent

This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation....

DBOOK/POE-Loop-EV-0.14 - 12 Feb 2017 01:09:56 UTC

FCGI::EV::Std - Handler class to use with FCGI::EV River stage zero No dependents

This module must be used together with FCGI::EV. It will handle CGI requests received by FCGI::EV. Both blocking and non-blocking CGI request handling supported. It will validate size of STDIN: do not accept size larger than configured in $MAX_STDIN ...

POWERMAN/FCGI-EV-Std-v2.0.1 - 03 Apr 2018 16:23:25 UTC

EV::Loop::Async - run an EV event loop asynchronously River stage zero No dependents

This module implements a rather specialised event loop - it takes a normal EV event loop and runs it in a separate thread. That means it will poll for events even while your foreground Perl interpreter is busy (you don't need to have perls pseudo-thr...

MLEHMANN/EV-Loop-Async-1.01 - 01 Nov 2010 22:29:03 UTC

HTTP::Server::EV - Asynchronous HTTP server written in C with request parser. River stage zero No dependents

HTTP::Server::EV - Asynchronous HTTP server using EV event loop. It doesn`t load files received in the POST request in memory as moust of CGI modules does, but stores them directly to tmp files, so it`s useful for handling large files without using a...

NYAKNYAN/HTTP-Server-EV-0.69 - 01 Mar 2015 21:19:56 UTC

EV::Watcher::Bind - Easier Interface To EV's Callbacks River stage zero No dependents

Highly experimental. You've been warned. EV::Watcher::Bind provides a simple interface to EV.pm's watcher methods that allows you to bind arguments as well as the watcher being created to the callback being registerd. If you have, for example, an obj...

DMAKI/EV-Watcher-Bind-0.00001 - 15 Nov 2007 11:36:42 UTC

Mojo::Reactor::EV - Low-level event reactor with libev support River stage four • 943 direct dependents • 1041 total dependents

Mojo::Reactor::EV is a low-level event reactor based on EV (4.32+)....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

AnyEvent::Impl::EV - AnyEvent adaptor for EV River stage three • 409 direct dependents • 668 total dependents

This module provides transparent support for AnyEvent. You don't have to do anything to make EV work with AnyEvent except by loading EV before creating the first AnyEvent watcher. EV is the fastest event library for perl, and best supported by AnyEve...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

IO::Async::Loop::EV - use IO::Async with EV River stage zero No dependents

This subclass of IO::Async::Loop uses EV to perform its work....

PEVANS/IO-Async-Loop-EV-0.03 - 05 May 2020 16:26:22 UTC
38 results (0.03 seconds)