SyncServerTransport ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides server-side functionality for synchronous communication pattern based on TCP blocking sockets and Slim serializer for maximum serialization performance and lowest latency. The SyncBinding is usable for interconnection between NFX-native components on LANs (i.e. server clusters) in scenarios when low latency is more important than total call invocation throughput. SyncServerTransport uses dedicated thread for request processing and is not scalable beyond a few hundred connections by design, however it provides low latency benefit
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service Binding 
          NFX.Glue Transport
            NFX.Glue ServerTransport
              NFX.Glue ServerTransport SyncBinding 
                NFX.Glue.Native SyncServerTransport

Namespace: NFX.Glue.Native
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class SyncServerTransport : ServerTransport<SyncBinding>
See Also