You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinskiy (Jira)" <ji...@apache.org> on 2020/12/25 10:32:00 UTC

[jira] [Created] (IGNITE-13911) asyncio version of python ignite thin client

Ivan Daschinskiy created IGNITE-13911:
-----------------------------------------

             Summary: asyncio version of python ignite thin client
                 Key: IGNITE-13911
                 URL: https://issues.apache.org/jira/browse/IGNITE-13911
             Project: Ignite
          Issue Type: Improvement
          Components: python
            Reporter: Ivan Daschinskiy
            Assignee: Ivan Daschinskiy


Currently, asyncio is default event-loop and coroutine engine for python 3.6+. This approach can drastically improve performance of IO-bound tasks. So it is important to implement asyncio version of python ignite client. Old synchronous version should remain and share common code with asyncio version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)