Ports Search

Results 4,9214,930 of 5,886 for /net-im/.(0.005 seconds)
databases/mysqlnd_ms-1.5.2 (Score: 0.0052562496)
Replication and load balancing plugin for mysqlnd
The replication and load balancing plugin is a plugin for the mysqlnd library. It can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL) if they are compiled to use mysqlnd. The plugin inspects queries to do read-write splitting. Read-only queries are send to configured MySQL replication slave servers all other queries are redirected to the MySQL replication master server. Very little, if any, application changes required, dependent on the usage scenario required.
databases/mysqlnd_qc-1.2.0 (Score: 0.0052562496)
Query cache plugin for mysqlnd
The mysqlnd query result cache plugin is a mysqlnd plugin.
databases/rrd-1.1.3 (Score: 0.0052562496)
PHP bindings to rrd tool system
Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data.
databases/drizzle-0.4.2 (Score: 0.0052562496)
PHP wrapper for the libdrizzle library
This PHP extension provides a wrapper for libdrizzle, the client and protocol library for the Drizzle database.
databases/memcache-3.0.8 (Score: 0.0052562496)
Memcached extension
Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory. This extension allows you to work with memcached through handy OO and procedural interfaces.
databases/memcached-2.2.0 (Score: 0.0052562496)
PHP extension for interfacing with memcached via libmemcached library
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This extension uses libmemcached library to provide API for communicating with memcached servers.
databases/DB-1.9.2 (Score: 0.0052562496)
PEAR Database Abstraction Layer
PEAR::DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with other DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation * sequential and non-sequential row fetching as well as bulk fetching * formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation Drivers for the following extensions pass the complete test suite and provide interchangeability when all of DB's portability options are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase.
databases/DBA-1.1.1 (Score: 0.0052562496)
Berkely-style database abstraction class
PEAR::DBA is a wrapper for the php DBA functions. It includes a file-based emulator and provides a uniform, object-based interface for the Berkeley-style database systems.
databases/DBA_Relational-0.2.0 (Score: 0.0052562496)
Berkely-style database abstraction class
Table management extension to DBA
databases/DB_DataObject-1.11.5 (Score: 0.0052562496)
SQL Builder, Object Interface to Database Tables
PEAR::DB_DataObject performs 2 tasks: 1. Builds SQL statements based on the objects vars and the builder methods. 2. acts as a datastore for a table row. The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. included is a Generator to make your configuration files and your base classes.