Try Playground
Show / Hide Table of Contents

Bridge Server Settings - WAN Replication

This section explains various Bridge server configurations needed to configure Bridge for WAN replication. The Bridge Service file hosts all Bridge related configurations. For any change in the Bridge configuration, you can manually edit this file:

  • .NET: Alachisoft.NCache.BridgeService.exe.config placed at %NCHOME%\bin\service.
  • .NET Core Windows: Alachisoft.NCache.BridgeService.dll.config placed at %NCHOME%\bin\service.
  • .NET Linux: Alachisoft.NCache.BridgeDaemon.dll.config placed at /opt/ncache/bin/service.
  • Java Windows: Alachisoft.NCache.BridgeService.dll.config placed at %NCHOME%\bin\service.
  • Java Linux: Alachisoft.NCache.BridgeDaemon.dll.config placed at /opt/ncache/bin/service.

This Bridge Service config file consists of the following configurable tags:

Bridge Server: Bind to Multiple NICs

To specify the IP Address of the client to bind with the Bridge server, see the tag below:

<add key="NBridgeServer.BindToIP" value="10.0.75.1"/>`

Configure Server Ports

Client/Server TCP Port

The Client/Server TCP Port in the Bridge Service file specifies the port on which the Bridge Service will listen for incoming connection requests.

<add key="NBridgeServer.Port" value="9900"/>`

Management Port

The Management Port in the Bridge Service config specifies the port on which the Bridge Management Server listens for incoming connection requests.

<add key="NBridgeServer.ManagementPort" value="8260"/>`

Configure Memory Settings

Buffer Size

The Buffer Size of the client socket can be specified in the Bridge Service config.

SendBufferSize specifies the send buffer size of the connected client socket in bytes.

<add key="NBridgeServer.SendBufferSize" value="131072"/>

ReceiveBufferSize specifies the receive buffer size of the connected client socket in bytes.

<add key="NBridgeServer.ReceiveBufferSize" value="131072"/>

Configure Windows Event Logging

In case the size of the Bridge is reached, a warning message is logged into the system event log. The BridgeSizeThreshold specifies the minimum threshold size of the Bridge queue in MBs to continue receiving operations from the Bridge cache.

<add key="NBridgeServer.BridgeSizeThreshold" value="30"/>

You can comment this tag if you do not want to log any warning messages.

State Transfer Timeout

The user can configure the Bridge cache state transfer timeout interval through the following tag:

<add key="NBridgeServer.BridgeCacheStateTransferTimeout" value="20"/>
Note

Restart the Bridge Service after making any changes to the Bridge Service file.

See Also

Cache Server Settings
Cache Client Settings
Client Cache Settings

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top