Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > a4c98df40e78f6c892308fd6841f950a > files > 352

lib64db4.2-devel-4.2.52-11mdv2007.0.x86_64.rpm

<!--$Id: rep_limit.so,v 1.16 2003/11/18 13:55:13 bostic Exp $-->
<!--Copyright 1997-2003 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB: DbEnv::set_rep_limit</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
</head>
<body bgcolor=white>
<a name="2"><!--meow--></a>
<table width="100%"><tr valign=top>
<td>
<h3>DbEnv::set_rep_limit</h3>
</td>
<td align=right>
<a href="../../db42-devel-4.2.52/api_cxx/api_index.html"><img src="../../db42-4.2.52/images/api.gif" alt="API"></a>
<a href="../../db42-devel-4.2.52/ref/toc.html"><img src="../../db42-4.2.52/images/ref.gif" alt="Ref"></a>
</td></tr></table>
<hr size=1 noshade>
<tt>
<h3><pre>
#include &lt;db_cxx.h&gt;
<p>
int
DbEnv::set_rep_limit(u_int32_t gbytes, u_int32_t bytes);
<p>
int
DbEnv::get_rep_limit(u_int32_t *gbytesp, u_int32_t *bytesp);
</pre></h3>
<hr size=1 noshade>
<h3>Description: DbEnv::set_rep_limit</h3>
<a name="3"><!--meow--></a>
<p>The DbEnv::set_rep_limit method imposes a byte-count limit on the amount of data
that will be transmitted from a site in a single call to <a href="../../db42-devel-4.2.52/api_cxx/rep_message.html">DbEnv::rep_process_message</a> method.</p>
<p>The DbEnv::set_rep_limit method configures a database environment, not only operations
performed using the specified <a href="../../db42-devel-4.2.52/api_cxx/env_class.html">DbEnv</a> handle.</p>
<p>The DbEnv::set_rep_limit method may not be called before the <a href="../../db42-devel-4.2.52/api_cxx/env_open.html">DbEnv::open</a> method has
been called.</p>
<p>The DbEnv::set_rep_limit method
either returns a non-zero error value
or throws an exception that encapsulates a non-zero error value on
failure, and returns 0 on success.
</p>
<h3>Parameters</h3>
<p><dl compact>
<p><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="../../db42-devel-4.2.52/api_cxx/rep_message.html">DbEnv::rep_process_message</a> method.
<p><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="../../db42-devel-4.2.52/api_cxx/rep_message.html">DbEnv::rep_process_message</a> method.
</dl>
<hr size=1 noshade>
<h3>Description: dbenv_get_rep_limit</h3>
<p>The DbEnv::get_rep_limit method may be called at any time during the life of the
application.</p>
<p>The DbEnv::get_rep_limit method
either returns a non-zero error value
or throws an exception that encapsulates a non-zero error value on
failure, and returns 0 on success.
</p>
<h3>Parameters</h3>
<p><dl compact>
<p><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.
<p><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="../../db42-devel-4.2.52/api_cxx/env_class.html">DbEnv</a>
<h3>See Also</h3>
<a href="../../db42-devel-4.2.52/api_cxx/rep_list.html">Replication and Related Methods</a>
</tt>
<table width="100%"><tr><td><br></td><td align=right>
<a href="../../db42-devel-4.2.52/api_cxx/api_index.html"><img src="../../db42-4.2.52/images/api.gif" alt="API"></a><a href="../../db42-devel-4.2.52/ref/toc.html"><img src="../../db42-4.2.52/images/ref.gif" alt="Ref"></a>
</td></tr></table>
<p><font size=1><a href="../../db42-devel-4.2.52/sleepycat/legal.html">Copyright (c) 1996-2003</a> <a href="http://www.sleepycat.com">Sleepycat Software, Inc.</a> - All rights reserved.</font>
</body>
</html>