[
https://issues.apache.org/jira/browse/IGNITE-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282009#comment-16282009
]
Pavel Tupitsyn commented on IGNITE-7109:
----------------------------------------
Hybrid approach implemented:
# Send requests in blocking mode ({{Socket.Send}})
# Use a dedicated thread to read responses in blocking mode
({{Socket.Receive}}) and complete async operations with {{TaskCompletionSource}}
# Synchronous calls ({{cache.Put}}): If there are no pending socket operations
- read response in blocking mode right from current thread. Otherwise fall back
to async mechanism with background thread.
> .NET: Thin client: Async cache operations
> -----------------------------------------
>
> Key: IGNITE-7109
> URL: https://issues.apache.org/jira/browse/IGNITE-7109
> Project: Ignite
> Issue Type: Improvement
> Components: platforms, thin client
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET
> Fix For: 2.4
>
>
> Add async operations to {{ICacheClient}}.
> Thin client suppots asynchrony with requestId mechanism. Make sure it works
> with .NET.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)