• Products
  • Solutions
  • Customers
  • Resources
  • Company
  • Pricing
  • Download
Try Playground
Show / Hide Table of Contents

Using Pipelining for TCP Connection

Pipelining is a technique used by NCache to handle multiple commands on a TCP connection by gathering them and making a chunk of operations to be sent over the network in a single call. This technique reduces the overhead of sending multiple requests one by one and waiting for the acknowledgment. It also makes resource utilization more effective and speeds them up, especially for large data units. Pipelining provides a major performance boost for high performing machines.

Important

Pipelining is not configurable from NCache 5.3.5 onwards.

Note

This feature is also available in NCache Professional.

Pipelining for TCP Connection

NCache lets you send a chunk of multiple commands and send them together in a defined time period, reducing the TCP overhead. The time interval of sending the chunk together is configurable by the user and after each interval, the commands are gathered and sent over the network. The server keeps the pipelining configurations regarding all the connected clients, thus, passing the configurations to the connected clients. One cache can have one configuration for pipelining which will connect to all the servers.

The minimum time for the batch interval is 50 µs and the maximum size for the batch interval is 5000 µs. The default value is 250 µs and it is enabled by default. Pipelining can only be used for clustered caches.

You can configure pipelining using the NCache Management Center. Moreover, you can also configure pipelining through the config file (config.ncconf).

See Also

Configure Pipelining
Data Load Balancing
Cache Server Backward Compatibility
Data Compression

In This Article
  • Pipelining for TCP Connection
  • See Also

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 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top