Ports Search

Results 1,2111,220 of 5,824 for /net/.(0.003 seconds)
net/pmf-1.13.1 (Score: 0.07643312)
Padrone's Mud Frontend
PMF is a linemode MUD client, with line history and editing. It also provides gags, aliases and other useful features.
net/POSIX-Socket-0.09 (Score: 0.07643312)
Perl extension for POSIX socket low-level interface
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.
net/POSIX-getpeername-0.01 (Score: 0.07643312)
Perl extension to provide getpeername(2)
POSIX::getpeername provides getpeername(2). perl's core getpeername needs a open file handle. POSIX::getpeername allows you to get peername from sockfd.
net/POE-Component-Client-Ping-1.174 (Score: 0.07643312)
POE component for non-blocking/concurrent ICMP ping
POE::Component::Client::Ping is non-blocking ICMP ping client session. It lets several other sessions ping through it in parallel, and it lets them continue doing other things while they wait for responses.
net/Queue-Beanstalk-0.02 (Score: 0.07643312)
Client for beanstalkd, in-memory workqueue daemon
Queue::Beanstalk is a Perl client for beanstalkd, a fast, distributed, in-memory workqueue daemon.
Non-blocking traceroute client
POE::Component::Client::Traceroute is a non-blocking Traceroute client. It lets several other sessions traceroute through it in parallel, and it lets them continue doing other things while they wait for responses.
POE chat component for twitter.com
POE::Component::Client::Twitter is a POE component for Twitter API.
net/POE-Component-ControlPort-0.01 (Score: 0.07643312)
Network control port for POE applications
When building network applications, it is often helpful to have a network accessible control and diagnostic interface. This module provides such an interface for POE applications. By default, it provides a fairly limited set of commands but is easily extended to provide whatever command set you require.
net/POE-Component-Generic-0.14.03 (Score: 0.07643312)
Provides non-blocking access to a blocking object
POE::Component::Generic is a POE component that provides a non-blocking wrapper around any object. It works by forking a child process with POE::Wheel::Run and creating the object in the child process. Method calls are then serialised and sent via STDIN to the child to be handled. Return values are posted back to your session via STDOUT. This means that all method arguments and return values must survive serialisation. If you need to pass coderefs, use "callbacks", "postbacks" or "factories". Method calls are wrapped in eval in the child process so that errors may be propagated back to your session. See "OUTPUT". Output to STDERR in the child, that is from your object, is shown only if debug or verbose is set. STDOUT in the child, that is from your object, is redirected to STDERR and will be shown in the same circomstances.
net/POE-Component-Jabber-3.00 (Score: 0.07643312)
POE Component for communicating over Jabber
POE::Component::Jabber is a module that simplies for the POE developer, access to the Jabber protocol through the use of one of the four Client classes. With built in events for common Jabber packets, all a POE developer need do is provide an event and arguments for most events so the responses to the requests can be properly handled by the coder.