Ports 搜索

共有8,048项符合www%3Atrac的查询结果,以下是第1,1711,180项(搜索用时0.004秒)
www/FCGI-Client-0.08 (Score: 0.020137845)
Perl extension for fastcgi protocol client library
Client library for fastcgi protocol.
www/FCGI-Engine-0.22 (Score: 0.020137845)
Flexible engine for running FCGI-based applications
This module helps manage FCGI based web applications by providing a wrapper which handles most of the low-level FCGI details for you. It can run FCGI programs as simple scripts or as full standalone socket based servers who are managed by FCGI::Engine::ProcManager.
www/FCGI-ProcManager-0.25 (Score: 0.020137845)
Functions for managing FastCGI applications
FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process management. The process manager should be invoked before the caller''s request loop
www/FCGI-Spawn-0.16.7 (Score: 0.020137845)
FastCGI server for CGI-like applications multiprocessing
FCGI::Spawn is used to serve as a FastCGI process manager. Besides the features the FCGI::ProcManager posess itself, the FCGI::Spawn is targeted as web server admin understandable instance for building the own fastcgi server with copy-on-write memory sharing among forks and with single input parameters like socket path and processes number. Another thing to mention is that it is able to execute any file pointed by Web server. So we have the daemon that is hot ready for hosting providing.
www/FEAR-API-0.489 (Score: 0.020137845)
Web Scraping Zen
FEAR::API is a tool that helps reduce your time creating site scraping scripts and help you do it in a much more elegant way. FEAR::API combines many strong and powerful features from various CPAN modules, such as LWP::UserAgent, into a deeper Zen.
www/Facebook-Graph-1.0801 (Score: 0.020137845)
Perl extension to integrate your apps with Facebook
A fast and easy way to integrate your apps with Facebook. This is a Perl interface to the Facebook Graph API http://developers.facebook.com/docs/api. With this module you can currently query public Facebook data, query privileged Facebook data, and build a privileged Facebook application. See the TODO for all that this module cannot yet do.
www/Feed-Find-0.07 (Score: 0.020137845)
Syndication feed auto-discovery
Feed::Find implements feed auto-discovery for finding syndication feeds, given a URI.
www/Feersum-1.403 (Score: 0.020137845)
PSGI engine for Perl based on EV/libev
Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec including the psgi.streaming interface and is compatible with Plack. PSGI 1.1, which has yet to be published formally, is also supported. Feersum also has its own "native" interface which is similar in a lot of ways to PSGI, but is not compatible with PSGI or PSGI middleware. Feersum uses a single-threaded, event-based programming architecture to scale and can handle many concurrent connections efficiently in both CPU and RAM. It skips doing a lot of sanity checking with the assumption that a "front-end" HTTP/HTTPS server is placed between it and the Internet.
www/File-Mork-0.3 (Score: 0.020137845)
Module to read Mozilla URL history files
a module to read Mozilla URL history files
www/Flea-0.04 (Score: 0.020137845)
Perl extension for minimalistic sugar for your Plack
PSGI/Plack is where it's at. Dancer's routing syntax is really cool, but it does a lot of things I don't usually want. What I really want is Dancer-like sugar as an extremely thin layer over my teeth^H^H^H^H^H PSGI apps.