Hi,

I think there are only two windows-specific things in
Apache.Ignite.Core.dll:
* Embedded windows dll with JNI interop code, which is loaded in
UnmanagedUtils class initializer via LoadLibrary system call
* IgniteUtils.LoadJvmDll, which uses registry to locate Java installation
paths

So if you are willing to contribute, it should not be too hard to add a
couple of "#if __MonoCS__" there.
JIRA ticket already exists:
https://issues.apache.org/jira/browse/IGNITE-1628

Not sure if there is an easier way to do this.

Pavel.






On Mon, Oct 10, 2016 at 7:12 PM, exones <aleksey.larche...@gmail.com> wrote:

> Hello,
>
> We are "gridifying" our application with Ignite and would like to know if
> it's possible to run .NET application *on Linux using mono* which itself
> runs Ignite node inside (via Ignition.Start). So basically we have app.exe
> which runs Ignition.Start(). Then we use .NET Ignite compute functions to
> do
> the job.
>
> I looked at the code and it looks Ignite .NET is quite tightly bound to
> Windows with no considerations for running on Linux.
>
> We considered options like running java app which calls .NET implementation
> (either via IKVM or JNI or some kind of IPC). Anything more elegant?
>
> Can you advise me on this?
>
> Thank you in advance.
>
>
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Ignite-NET-on-Linux-tp8185.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to