You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2022/09/26 21:30:00 UTC

[jira] [Created] (IGNITE-17762) C++ 3.0: Async operations should not require starting thread internally

Igor Sapego created IGNITE-17762:
------------------------------------

             Summary: C++ 3.0: Async operations should not require starting thread internally
                 Key: IGNITE-17762
                 URL: https://issues.apache.org/jira/browse/IGNITE-17762
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Igor Sapego


In current implementation, IgniteClient::startAsync() starts thread internally to implement connection timeout. This should be fixed. Consider using async timer for timeout instead. Maybe consider switching networking to Asio.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)