Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > d449e127f3976bb1f2f32b825c602e50 > files > 198

lib64db4.6-devel-4.6.21-7mdv2008.1.x86_64.rpm

<!--$Id: rep_limit.so,v 1.25 2006/11/30 21:19:38 bostic Exp $-->
<!--Copyright (c) 1997,2007 Oracle.  All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB: DB_ENV-&gt;rep_set_limit</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
</head>
<body bgcolor=white>
<table width="100%"><tr valign=top>
<td>
<h3>DB_ENV-&gt;rep_set_limit</h3>
</td>
<td align=right>
<a href="../../db46-devel-4.6.21/api_c/api_core.html"><img src="../../db46-devel-4.6.21/images/api.gif" alt="API"></a>
<a href="../../db46-devel-4.6.21/ref/toc.html"><img src="../../db46-devel-4.6.21/images/ref.gif" alt="Ref"></a></td>
</tr></table>
<hr size=1 noshade>
<tt>
<h3><pre>
#include &lt;db.h&gt;
<p>
int
DB_ENV-&gt;rep_set_limit(DB_ENV *env, u_int32_t gbytes, u_int32_t bytes);
<p>
int
DB_ENV-&gt;rep_get_limit(DB_ENV *dbenv, u_int32_t *gbytesp, u_int32_t *bytesp);
</pre></h3>
<hr size=1 noshade>
<h3>Description: DB_ENV-&gt;rep_set_limit</h3>
<p>The DB_ENV-&gt;rep_set_limit method sets a byte-count limit on the amount of data
that will be transmitted from a site in response to a single message
processed by the <a href="../../db46-devel-4.6.21/api_c/rep_message.html">DB_ENV-&gt;rep_process_message</a> method.  The limit is not a hard limit,
and the record that exceeds the limit is the last record to be sent.</p>
<p>Record transmission throttling is turned on by default with a limit of
10MB.</p>
<p>If the values passed to the DB_ENV-&gt;rep_set_limit method are both zero, then
the transmission limit is turned off.</p>
<p>The DB_ENV-&gt;rep_set_limit method configures a database environment, not only operations
performed using the specified <a href="../../db46-devel-4.6.21/api_c/env_class.html">DB_ENV</a> handle.</p>
<p>The DB_ENV-&gt;rep_set_limit method may be called at any time during the life of the
application.</p>
<p>The DB_ENV-&gt;rep_set_limit method
returns a non-zero error value on failure
and 0 on success.
</p>
<h3>Parameters</h3>
<dl compact>
<dt><b>bytes</b><dd>The <b>gbytes</b> and <b>bytes</b> parameters specify the maximum
number of bytes that will be sent in a single call to <a href="../../db46-devel-4.6.21/api_c/rep_message.html">DB_ENV-&gt;rep_process_message</a> method.
<dt><b>gbytes</b><dd>The <b>gbytes</b> and <b>bytes</b> parameters specify the maximum
number of bytes that will be sent in a single call to <a href="../../db46-devel-4.6.21/api_c/rep_message.html">DB_ENV-&gt;rep_process_message</a> method.
</dl>
<hr size=1 noshade>
<h3>Description: rep_get_limit</h3>
<p>The DB_ENV-&gt;rep_get_limit method may be called at any time during the life of the
application.</p>
<p>The DB_ENV-&gt;rep_get_limit method
returns a non-zero error value on failure
and 0 on success.
</p>
<h3>Parameters</h3>
<dl compact>
<dt><b>bytesp</b><dd>The <b>bytesp</b> parameter references memory into which
 the additional bytes of memory in the current transmit limit is copied. 
<dt><b>gbytesp</b><dd>The <b>gbytesp</b> parameter references memory into which
 the gigabytes of memory in the in the current transmit limit is copied. 
</dl>
<hr size=1 noshade>
<h3>Class</h3>
<a href="../../db46-devel-4.6.21/api_c/env_class.html">DB_ENV</a>
<h3>See Also</h3>
<a href="../../db46-devel-4.6.21/api_c/rep_list.html">Replication and Related Methods</a>
</tt>
<table width="100%"><tr><td><br></td><td align=right>
<a href="../../db46-devel-4.6.21/api_c/api_core.html"><img src="../../db46-devel-4.6.21/images/api.gif" alt="API"></a><a href="../../db46-devel-4.6.21/ref/toc.html"><img src="../../db46-devel-4.6.21/images/ref.gif" alt="Ref"></a>
</td></tr></table>
<p><font size=1>Copyright (c) 1996,2007 Oracle.  All rights reserved.</font>
</body>
</html>