|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmrepl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
REPL_INFO_1003
The REPL_INFO_1003 structure specifies the time the import servers use to update replicating
data from the export server.
typedef struct _REPL_INFO_1003 {
DWORD rp1003_random;
} REPL_INFO_1003, *PREPL_INFO_1003, *LPREPL_INFO_1003;
Members
rp1003_random
Specifies the maximum time the import servers can wait before requesting an
update. An import server generates a random number of seconds (from 0 to the
value of rp0_random). After receiving an update notice from the exporter, the import server waits
the generated amount of seconds before requesting the replica from the export
server. This prevents the export server from being overloaded by simultaneous
update requests. The default value is 60. You may want to increase this value
substantially if you increase rp1000_interval to 60 or more minutes.
See Also
NetReplSetInfo
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|