zoukankan      html  css  js  c++  java
  • SQL Relay

    SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux.

    SQL Relay is ideal for:

    • speeding up database-driven web-based applications
    • enhancing the scalability of database-driven web-based applications
    • distributing access to replicated databases
    • throttling database access
    • accessing databases from unsupported platforms
    • migrating applications from one database to another

    SQL Relay supports the following database backends:

    • Oracle
    • MySQL
    • mSQL
    • PostgreSQL
    • Sybase
    • MS SQL Server
    • IBM DB2
    • Interbase
    • Sybase
    • SQLite
    • ODBC
    • MS Access

    The SQL Relay client API's support advanced database operations such as bind variables, multi-row fetches, client-side result set caching and suspended transactions. SQL Relay has native client API's for the following languages:

    • C
    • C++
    • Perl
    • Python
    • PHP
    • Ruby
    • Java
    • TCL
    • Zope

    SQL Relay provides drivers for the following database abstraction layers:

    • Perl DBD
    • Python DB
    • Ruby DBD
    • PHP Pear DB

    An application coded using another database's native client API may be able to use SQL Relay without modification. SQL Relay provides drop-in replacement libraries for:

    • MySQL
    • PostgreSQL

    SQL Relay also features:

    • command line clients
    • a GUI configuration tool
    • extensive documentation

  • 相关阅读:
    文档API
    vi编辑器常用方法
    storm实战入门一
    redis教程
    为redis分配一个新的端口
    Lucene分页查询
    Lucene搜索方式大合集
    HBase Scan类用法
    java.util.Queue用法
    Makefile中预定义变量
  • 原文地址:https://www.cnblogs.com/lexus/p/1827931.html
Copyright © 2011-2022 走看看