Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第1,3711,380项(搜索用时0.007秒)
www/Catalyst-Plugin-Static-0.11 (Score: 0.008008913)
Serve static files with Catalyst
Serve static files with Catalyst. This module is not as optimized for static files as a normal web server, and is most useful for stand alone operation and development.
www/Dancer-Plugin-Memcached-0.02 (Score: 0.008008913)
Cache response content to memcached
This plugin gives Dancer the ability to get and store page content in a memcached server, which in specific configurations could give a performance boost - particulary on GET requests that incur significant database calls.
LWP and LWP::Parallel based POE component
POE::Component::Client::UserAgent is based on LWP and LWP::Parallel. It lets other tasks run while making a request to an Internet server and waiting for response, and it lets several requests run in parallel.
www/ws4py-0.3.4 (Score: 0.008008913)
WebSocket package for Python
ws4py is a Python package implementing the WebSocket protocol as defined in RFC 6455. It provides client and server implementations alike that can be using different techniques like threads, micro-threads, or event loops.
www/LdapContrib-0.0.16840 (Score: 0.008008913)
LDAP services for TWiki
This package offers basic LDAP services for TWiki and offers authentication of TWiki users by binding to an LDAP server as well as incorporate LDAP user groups into TWiki's access control.
x11/xmon-1.5.6 (Score: 0.008008913)
Raw X11 protocol analyser
From the original README: Xmon interactively monitors the byte-stream connections between an X server and a number of X clients. Xmon recognises all requests, events, errors and replies sent between the clients and the server which are part of the core X protocol. The contents of these messages are displayed on standard output at a user settable degree of detail from none to every bit and byte. Xmon also allows the user to select a number of requests or events to be monitored at a different degree of detail. Xmon will also block the transmission of selected requests from the clients to the server and selected events from the server to the clients. Xmon also keeps statistics of the number of requests, events, and errors received.
audio/darkice-1.3 (Score: 0.007959049)
IceCast, IceCast2, and ShoutCast live audio streamer
DarkIce is an IceCast, IceCast2, and ShoutCast live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a stream server. DarkIce can encode in the following formats: - MP3 (using the lame library) - MP2 (using the twolame library) - Ogg Vorbis - AAC (using the faac library) - AAC HEv2 (using libaacplus library) DarkIce can send the encoded stream to the following streaming servers: - ShoutCast - IceCast 1.3.x and 2.x - Darwin Streaming Server - Archive the encoded audio in files
benchmarks/sysbench-0.4.12 (Score: 0.007959049)
Modular, cross-platform, and multi-threaded benchmark tool
SysBench is a modular, cross-platform and multi-threaded benchmark tool for evaluating OS parameters that are important for a system running a database under intensive load. The idea of this benchmark suite is to quickly get an impression about system performance without setting up complex database benchmarks or even without installing a database at all. Current features allow to test the following system parameters: * file I/O performance * scheduler performance * memory allocation and transfer speed * POSIX threads implementation performance * database server performance (OLTP benchmark) Primarily written for MySQL server benchmarking, SysBench will be further extended to support multiple database backends, distributed benchmarks and third-party plug-in modules.
comms/conserver-8.5 (Score: 0.007959049)
Manage remote serial consoles via TCP/IP
This program provides a convenient way to manage many remote serial consoles for machines. A server (conserver(8)) runs on each server machine and it connects to the specified serial port. It can log, provide shared access to remote consoles, etc. If there are multiple machines running conserver(8), a master conserver(8) can be run to connect to all the slave servers, providing a single point of access to the entire cluster. This is very handy for remote unattended FreeBSD servers. It can send serial break signals which is useful for breaking into DDB on hung machines.
databases/mysqlbigram-1.0.1 (Score: 0.007959049)
Simple n-gram (bi-gram) fulltext parser plugin for MySQL
MySQL has fulltext index search ability for text field, but it is word based index: it cannot be used for no word delimiter language like Japanese or Chinese. It also can't search characters in the middle of a word (e.g. searching 'in' will not match word 'ping'). Starting from MySQL 5.1, MySQL supports a plugin that allows to change server components (fulltext search parser) without restarting and/or recompiling the server. This n-gram parser uses this plugin interface to implement a simple n-gram (bi-gram) fulltext index parser which can be used for languages without word delimiters.