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

Search results for "IO::Socket::UNIX"

IO::Socket::UNIX - Object interface for AF_UNIX domain sockets River stage five • 5475 direct dependents • 32646 total dependents

"IO::Socket::UNIX" provides an object interface to creating and using sockets in the AF_UNIX domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC - Search in distribution
  • IO::Socket - Object interface to socket communications

IO::Socket::UNIX::Util - Unix domain socket utilities River stage one • 3 direct dependents • 8 total dependents

PERLANCAR/IO-Socket-UNIX-Util-0.05 - 05 Dec 2014 15:36:54 UTC - Search in distribution

SPVM::IO::Socket::UNIX - Short Description River stage one • 2 direct dependents • 2 total dependents

The IO::Socket::UNIX class in SPVM has methods for someting....

KIMOTO/SPVM-IO-0.211002 - 07 Dec 2023 05:21:44 UTC - Search in distribution
  • SPVM::IO - File IO, Socket, Select/Polling.

lib/IO/Event.pm River stage two • 4 direct dependents • 23 total dependents

MUIR/IO-Event-0.813 - 18 Sep 2013 03:46:26 UTC - Search in distribution
  • IO::Event - Tied Filehandles for Nonblocking IO with Object Callbacks

IO::Events - Non-blocking IO using events River stage zero No dependents

The module implements object-oriented approach to select-driven events and contains set of convenience objects for inter-process communication. The main part of the module is the 'loop' instance of "IO::Events::Loop" class, which knows about all IO h...

KARASIK/IO-Events-0.6 - 29 Mar 2007 12:46:36 UTC - Search in distribution

Net::LDAPI - use LDAP over a UNIX domain socket River stage two • 70 direct dependents • 82 total dependents

Communicate using the LDAP protocol to a directory server using a UNIX domain socket. This mechanism is non-standard, UNIX-specific and not widely supported. All the normal "Net::LDAP" methods can be used with a "Net::LDAPI" object; see Net::LDAP for...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC - Search in distribution

IO::Socket::SSL - SSL sockets with IO::Socket interface River stage four • 342 direct dependents • 2021 total dependents

IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. This way, existing applications can be made SSL-aware without much effort,...

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 UTC - Search in distribution

Check::Socket - Check socket communication functionality. River stage zero No dependents

There is need of check for socket communication functionality in tests. Actually we have many duplicated and not same check code in distributions. Sic! Intent of this module is create common code for check and test all behaviours. Extra thing is erro...

SKIM/Check-Socket-0.04 - 08 Dec 2022 07:23:29 UTC - Search in distribution

IO::FD - Faster accept, socket, listen with file descriptors, not handles River stage zero No dependents

IO::FD is an XS module implementing common core Perl system I/O functions to work with file descriptors instead of Perl file handles. Functions include but are not limited to "accept", "connect", "socket", "bind", "sysopen", "sysread", and "syswrite"...

DRCLAW/IO-FD-v0.3.7 - 04 Jan 2024 21:57:08 UTC - Search in distribution

Coro::Socket - non-blocking socket-I/O River stage two • 53 direct dependents • 69 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements socket-handles in a coroutine-compatible way, that is, other coroutines can run while reads or writes block on the handle. See ...

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

Gepok - PSGI server with built-in HTTPS support, Unix sockets, preforking River stage one • 3 direct dependents • 4 total dependents

Gepok is a PSGI server implementation. Its features are: * HTTPS support out-of-the-box This is the primary (if not the only) reason why I wrote Gepok, and why it uses HTTP::Daemon::* family (because there is HTTP::Daemon::SSL). I needed a pure-Perl ...

PERLANCAR/Gepok-0.292 - 11 Sep 2019 10:59:51 UTC - Search in distribution

IO::All - IO::All to Larry Wall! River stage three • 134 direct dependents • 358 total dependents

IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it a...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

IO::FDPass - pass a file descriptor over a socket River stage two • 3 direct dependents • 16 total dependents

This small low-level module only has one purpose: pass a file descriptor to another process, using a (streaming) unix domain socket (on POSIX systems) or any (streaming) socket (on WIN32 systems). The ability to pass file descriptors on windows is cu...

MLEHMANN/IO-FDPass-1.3 - 03 Jan 2021 23:54:46 UTC - Search in distribution

Mojo::IOLoop::Client - Non-blocking TCP/IP and UNIX domain socket client River stage four • 943 direct dependents • 1041 total dependents

Mojo::IOLoop::Client opens TCP/IP and UNIX domain socket connections for Mojo::IOLoop....

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

IPC::Run - system() and background procs w/ piping, redirs, ptys (Unix, Win32) River stage four • 157 direct dependents • 1806 total dependents

IPC::Run allows you to run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Vari...

TODDR/IPC-Run-20231003.0 - 03 Oct 2023 01:09:01 UTC - Search in distribution

RPC::Serialized::Client::UNIX - UNIX domain socket RPC client River stage zero No dependents

This module allows you to communicate with an RPC::Serialized server over UNIX Domain sockets. What you need to know is that the options to this module are those you would normally pass to an instance of IO::Socket::UNIX, so check out the manual page...

OLIVER/RPC-Serialized-1.123630 - 28 Dec 2012 19:16:55 UTC - Search in distribution
  • RPC::Serialized - Subroutine calls over the network using common serialization

perliol - C API for Perl's implementation of IO in Layers. River stage five • 11292 direct dependents • 32664 total dependents

This document describes the behavior and implementation of the PerlIO abstraction described in perlapio when "USE_PERLIO" is defined. History and Background The PerlIO abstraction was introduced in perl5.003_02 but languished as just an abstraction u...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

DDC::Client - Client socket object and utilities for DDC::Concordance River stage one • 1 direct dependent • 2 total dependents

MOOCOW/DDC-Concordance-0.50 - 08 Dec 2020 13:06:22 UTC - Search in distribution

Socket::Packet - interface to Linux's PF_PACKET socket family River stage zero No dependents

To quote packet(7): Packet sockets are used to receive or send raw packets at the device driver (OSI Layer 2) level. They allow the user to implement protocol modules in user space on top of the physical layer. Sockets in the "PF_PACKET" family get d...

PEVANS/Socket-Packet-0.11 - 01 Jun 2020 13:10:39 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 225 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution
186 results (0.137 seconds)