mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
91 lines
2.9 KiB
HTML
91 lines
2.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
|
|
<title>Database</title>
|
|
<meta name="GENERATOR" content=
|
|
"Modular DocBook HTML Stylesheet Version 1.72 ">
|
|
<link rel="HOME" title="phpGroupWare Administration Manual"
|
|
href="index.html">
|
|
<link rel="UP" title="Performance Tuning" href="c290.html">
|
|
<link rel="PREVIOUS" title="PHP" href="x296.html">
|
|
<link rel="NEXT" title="phpGroupWare" href="x304.html">
|
|
</head>
|
|
|
|
<body class="SECT1" bgcolor="#FFFFFF" text="#000000" link=
|
|
"#0000FF" vlink="#840084" alink="#0000FF">
|
|
<div class="NAVHEADER">
|
|
<table summary="Header navigation table" width="100%" border=
|
|
"0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th colspan="3" align="center">phpGroupWare
|
|
Administration Manual</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="10%" align="left" valign="bottom"><a href=
|
|
"x296.html" accesskey="P">Prev</a></td>
|
|
|
|
<td width="80%" align="center" valign="bottom">Chapter
|
|
13. Performance Tuning</td>
|
|
|
|
<td width="10%" align="right" valign="bottom"><a href=
|
|
"x304.html" accesskey="N">Next</a></td>
|
|
</tr>
|
|
</table>
|
|
<hr align="LEFT" width="100%">
|
|
</div>
|
|
|
|
<div class="SECT1">
|
|
<h1 class="SECT1"><a name="AEN298">13.4. Database</a></h1>
|
|
|
|
<div class="SECT2">
|
|
<h2 class="SECT2"><a name="AEN300">13.4.1. When
|
|
phpgroupware is used by 5+ users, the number of connections
|
|
to the backend grows very fast toward it's limits.</a></h2>
|
|
|
|
<p>A patch is available for 0.9.12 to allow for
|
|
non-persistent connections. This patch adds to the header
|
|
managing page to allow for non-persistent connections. It's
|
|
only made for mysql, postgresql and oracle, but should be
|
|
portable.</p>
|
|
|
|
<p>The patch is available at
|
|
[http://karlsbakk.net/dev/phpgw/persistent-connections-
|
|
choice.patch]</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="NAVFOOTER">
|
|
<hr align="LEFT" width="100%">
|
|
|
|
<table summary="Footer navigation table" width="100%" border=
|
|
"0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="33%" align="left" valign="top"><a href=
|
|
"x296.html" accesskey="P">Prev</a></td>
|
|
|
|
<td width="34%" align="center" valign="top"><a href=
|
|
"index.html" accesskey="H">Home</a></td>
|
|
|
|
<td width="33%" align="right" valign="top"><a href=
|
|
"x304.html" accesskey="N">Next</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="33%" align="left" valign="top">PHP</td>
|
|
|
|
<td width="34%" align="center" valign="top"><a href=
|
|
"c290.html" accesskey="U">Up</a></td>
|
|
|
|
<td width="33%" align="right" valign="top">
|
|
phpGroupWare</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|