[
https://issues.apache.org/jira/browse/IGNITE-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16237473#comment-16237473
]
Pavel Tupitsyn commented on IGNITE-5343:
----------------------------------------
All calls and callbacks refactored to the new mechanism. Many existing tests
pass.
What is left:
* Ensure that all tests pass.
* Add more tests for multiple AppDomain scenario (especially ASP.NET where new
domain is started while old shuts down).
* Check performance.
* Check memory leaks, make sure we handle JNI resources properly.
> .NET: Interoperate with JVM directly, get rid of C++ layer
> ----------------------------------------------------------
>
> Key: IGNITE-5343
> URL: https://issues.apache.org/jira/browse/IGNITE-5343
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET, xplat
>
> We can work with JNI directly using P/Invoke, there is no real need for C++
> layer.
> Advantages of removing C++ layer:
> * *No MSVC++ 2010 dependency*
> * *No build tools required for development*
> * Simplify and speed up the build procedure
> * No embedded libraries
> * Easier crossplatform support (IGNITE-2662)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)