Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第1,2911,300项(搜索用时0.003秒)
net/POEx-Role-TCPServer-1.102740 (Score: 0.026957162)
Perl extension for TCPServer Moose role on POE
POEx::Role::TCPServer bundles up the lower level SocketFactory/ReadWrite combination of wheels into a simple Moose::Role. It builds upon other POEx modules such as POEx::Role::SessionInstantiation and POEx::Types. The events for SocketFactory for and for each ReadWrite instantiated are methods that can be advised in any way deemed fit. Advising these methods is actually encouraged and can simplify code for the consumer. The only method that must be provided by the consuming class is handle_inbound_data.
net/Parallel-Pvm-1.4.0 (Score: 0.026957162)
Perl extension for the Parallel Virtual Machine (PVM)
Paraller::Pvm is a perl interface to the Parallel Virtual Machine (PVM) Message Passing System. The PVM message passing system enables a programmer to configure a group of (possibly heterogenous) computers connected by a network into a parallel virtual machine. Using PVM, applications can be developed which spawns parallel processes onto nodes in the virtual machine to perform specific tasks. These parallel tasks can also periodically exchange information using a set of message passing functions developed for the system. PVM applications have mostly been developed in the scientific and engineering fields. However applications for real-time and client/server systems can also be developed. PVM simply provides a convenient way for managing parallel tasks and communications without need for rexec or socket level programming.
net/PlRPC-0.2020 (Score: 0.026957162)
Perl module for writing RPC servers and clients
pRPC-modules (Perl RPC) is a package that simplifies the writing of Perl based client/server applications. RPC::pServer is the package used on the server side, and you guess what RPC::pClient is for. See the RPC::pServer(3) and RPC::pClient(3) manpages for detailed information. -Vanilla vanilla@FreeBSD.ORG
net/REST-Application-0.992 (Score: 0.026957162)
Framework for building RESTful web-applications
This module acts as a base class for applications which implement a RESTful interface. When an HTTP request is received some dispatching logic in REST::Application is invoked, calling different handlers based on what the kind of HTTP request it was (i.e. GET, PUT, etc) and what resource it was trying to access. This module won't ensure that your API is RESTful but hopefully it will aid in developing a REST API.
net/REST-Google-1.0.8 (Score: 0.026957162)
Access Google REST (aka AJAX) API from Perl
REST::Google - This module provides OO interface to Google REST (aka AJAX) API. Currently support for Search, Feeds and Translate services.
net/RPC-EPC-Service-0.0.11 (Score: 0.026957162)
Perl extension for asynchronous remote procedure stack
This module enables to connect the other process with the S-expression protocol, like the Swank protocol of the SLIME. The primary objective is for users to make some Emacs extensions with the Perl and CPAN.
net/SOCKS-0.03 (Score: 0.026957162)
Perl5 module to communicate with socks v4 and v5 servers
perl5 module to communicate with socks v4 and v5 servers
net/RPC-Simple-1.002 (Score: 0.026957162)
Perl classes to handle simple asynchronous RPC calls with call-back
This module implements remote procedure call. I've tried to keep things simple. So this module should be: - quite simple to use (thanks to autoload mechanisms) - lightweight It sure is not: - DCE - CORBA - bulletproof - securityproof - foolproof But it works. (Although I'm opened to suggestion regarding the "un-proof" areas)
net/RPC-XML-0.80 (Score: 0.026957162)
XML-RPC client and server library for Perl
The RPC::XML package is an implementation of XML-RPC. The module provides classes for sample client and server implementations, a server designed as an Apache location-handler, and a suite of data-manipulation classes that are used by them.
ResourcePool wrapper for SOAP::Lite
This factory can be used by ResourcePool to create SOAP::Lite objects which use the specified proxy for SOAP RPC invocations.