IncomingMessageManagerPropertiesOverlappingTransactions Property |
Delay reading of response from server allowing multiple transactions to be sent to the server without reading the response until later.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic bool OverlappingTransactions { get; set; }Property Value
Type:
Boolean
Remarks
Since a write response (for example) may only contains success indication, you can send a write request followed immediately by another
request, before the write response arrives, thus improving throughput. However, some real hardware can't handle more then one transaction
in progress at the same time, and will disconnect you if you try to do this.
See Also