简体   繁体   中英

Multiple Clients support in C# server Applicaton

My server Application in C# supports 700 Connections and also it performing bulk data transfer.If i increase the connections it affects the data transfer ..

I need suggestion to increase the client Connection with better data transfer without affecting existing and for every new connections also.

Microsoft NLB can be used for creating active/active cluster. the issue seems to be of load balancing and scalibility.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM