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

Search results for "Socket"

Socket - networking constants and support functions River stage five • 299 direct dependents • 12426 total dependents

This module provides a variety of constants, structure manipulators and other functions related to socket-based networking. The values and functions provided are useful when used in conjunction with Perl core functions such as socket(), setsockopt() ...

PEVANS/Socket-2.038 - 15 Apr 2024 20:15:41 UTC - Search in distribution

IO::Socket - Object interface to socket communications River stage five • 5475 direct dependents • 32646 total dependents

"IO::Socket" provides an object-oriented, IO::Handle-based interface to creating and using sockets via Socket, which provides a near one-to-one interface to the C socket library. "IO::Socket" is a base class that really only defines methods for those...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC - Search in distribution

Wx::Socket - wxSocket* classes River stage two • 56 direct dependents • 67 total dependents

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution

LWP::Socket - TCP/IP socket interface River stage one • 1 direct dependent • 1 total dependent

Beware: New code should not use this module. The IO::Socket::INET module provide the standard Perl interface to OO Internet sockets. Even LWP is now rewritten to use IO::Socket::INET throughout. This class implements TCP/IP sockets. It groups socket ...

GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 UTC - Search in distribution

ZMQ::Socket - ZMQ Socket object River stage one • 2 direct dependents • 7 total dependents

A ZMQ::Socket object represents a 0MQ socket. ZMQ::Socket object can only be created via ZMQ::Context objects, so there are no public constructors. The types of sockets that you can create, and the semantics of the socket object varies greatly on the...

DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC - Search in distribution

APR::Socket - Perl API for APR sockets River stage three • 155 direct dependents • 183 total dependents

"APR::Socket" provides the Perl interface to APR sockets....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 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

Lock::Socket - application lock/mutex module based on sockets River stage zero No dependents

Lock::Socket provides cooperative inter-process locking for applications that need to ensure that only one process is running at a time. This module works by binding an INET socket to a port on a loopback address which the operating system convenient...

MLAWREN/Lock-Socket-0.0.6 - 19 Sep 2014 14:54:19 UTC - Search in distribution

Quiq::Socket - TCP-Verbindung zu einem Server River stage zero No dependents

Ein Objekt der Klasse repräsentiert eine TCP-Verbindung zu einem Server. Der Verbindungsaufbau erfolgt mit der Instantiierung des Objekts. Die Klasse ist abgeleitet von IO::Socket::INET und besitzt folglich alle Methoden dieser Klasse. POD ERRORS Hey...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

Socket::Mmsg - Perl extension for recvmmsg and sendmmsg Linux syscalls River stage zero No dependents

"Socket::Mmsg" - Is wrapper around two Linux-specific syscalls : recvmmsg and sendmmsg. Basically it was made for using in gather-type scripts (like snmp requests on huge number of devices), for more info you can read man pages of recvmmsg(2) and sen...

HITHIM/Socket-Mmsg-0.02 - 15 May 2013 08:48:12 UTC - Search in distribution

Socket::More - Scoped listening/passive addresses and network utility routines River stage zero No dependents

Intended as an alternative for Socket, implementing only 'modern subset' of routines. It providing extra routines to make listening addresses easy, to solve problems like this: 'listen on interfaces eth0 and eth1, using IPv6 and port numbers 9090 and...

DRCLAW/Socket-More-v0.5.1 - 20 Jan 2024 03:02:05 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

Child::Socket - Socket based IPC plugin for Child River stage zero No dependents

Lets you create a Child object, disconnect from it, and reconnect later in the same or different process....

EXODIST/Child-Socket-0.003 - 03 Dec 2013 05:58:44 UTC - Search in distribution

Danga::Socket - Event loop and event-driven async socket base class River stage two • 14 direct dependents • 32 total dependents

This is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be fast. Danga::Socket is both a base class for objects, and an event loop. Callers subclass Danga::Socket....

NML/Danga-Socket-1.62 - 04 Nov 2019 20:49:41 UTC - Search in distribution

POSIX::Socket - Low-level perl interface to POSIX sockets River stage zero No dependents

The primary purpose of this is to use file descriptors instead of file handles for socket operations. File descriptors can be shared between threads and not need dup file handles for each threads. I hope you enjoyed it. EXPORT $fd = _socket($socket_f...

YURY/POSIX-Socket-0.09 - 12 Jul 2013 08:40:53 UTC - Search in distribution

Socket::Class - A class to communicate with sockets River stage one • 1 direct dependent • 1 total dependent

Socket::Class provides a simple, fast and efficient way to communicate with sockets. It operates outside of Perl IO and socket layer. It can be used as a replacement to IO::Socket. Little parts of Bluetooth technology has been integrated. Please see ...

CHRMUE/Socket-Class-2.258 - 20 Jan 2012 02:19:55 UTC - Search in distribution

Socket::Linux - Socket constants defined in Linux <netinet/tcp.h> River stage one • 1 direct dependent • 1 total dependent

Exports to perl the constants defined in Linux <netinet/tcp.h>...

SALVA/Socket-Linux-0.01 - 07 Jun 2010 16:52:46 UTC - Search in distribution

Socket::MsgHdr - sendmsg, recvmsg and ancillary data operations River stage one • 2 direct dependents • 2 total dependents

Socket::MsgHdr provides advanced socket messaging operations via sendmsg and recvmsg. Like their C counterparts, these functions accept few parameters, instead stuffing a lot of information into a complex structure. This structure describes the messa...

FELIPE/Socket-MsgHdr-0.05 - 01 Dec 2018 04:16:33 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

Socket::Netlink - interface to Linux's PF_NETLINK socket family River stage one • 2 direct dependents • 2 total dependents

This module contains the low-level constants and structure handling functions required to use Linux's "PF_NETLINK" socket family. It is suggested to use the high-level object interface to this instead; see IO::Socket::Netlink....

PEVANS/Socket-Netlink-0.05 - 17 Nov 2016 22:21:50 UTC - Search in distribution
1,742 results (0.241 seconds)