php-doc-en/reference/session_pgsql/book.xml
Daniel Egeberg 96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00

66 lines
2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- Purpose: basic.session -->
<!-- Membership: pecl, external -->
<book xml:id="book.session-pgsql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PostgreSQL Session Save Handler</title>
<titleabbrev>Session PgSQL</titleabbrev>
<preface xml:id="intro.session-pgsql">
&reftitle.intro;
&note.no-windows.extension;
<para>
This module provides an additional session save handler for the
<link linkend="book.session">session</link>
module using <link xlink:href="&url.pgsql;">PostgreSQL</link> as a
storage system. A <literal>user-level</literal> session storage function may
also be used - <function>session_set_save_handler</function>, but this module is
written in C and therefore could be twice as fast, compared to
a session save handler written in PHP.
</para>
<para>
Session PgSQL is designed to scale any size of web sites and offers some
advanced features:
<simplelist>
<member>session tables are created automatically</member>
<member>automatic session table vacuum</member>
<member>better garbage collection</member>
<member>multiple PostgreSQL servers support</member>
<member>automatic database server failover (switching)</member>
<member>
automatic database server load balancing if there are multiple
PostgreSQL servers.
</member>
<member>short circuit UPDATE</member>
</simplelist>
</para>
</preface>
&reference.session-pgsql.setup;
&reference.session-pgsql.tables;
&reference.session-pgsql.constants;
&reference.session-pgsql.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->