> You can do that on a Linux server using Mono

Mono is not officially supported, and I won't recommend it.
Use .NET Core instead to run Ignite.NET on Linux.

>  some pre-defined filters in ignite which just accept some parameters and
are understood by both Java and .net

We actually had something like this in mind.
A predicate builder of some sort that produces and expression tree which
can be executed by Java server node.
This will allow predicates from any language and client.
But this never got implemented.

Can you please describe your use case in more detail? Why is it a problem
to run Ignite.NET server nodes? They don't have any limitations.

On Mon, Mar 11, 2019 at 7:40 PM Stephen Darlington <
[email protected]> wrote:

> I’m not sure what resolution you have in mind? The fundamental problem is
> that the JVM can’t run .net code and vice versa.
>
> Ignite solves that with a .net server that integrates with the usual Java
> server. The other alternative would be to have a Java client.
>
> Regards,
> Stephen
>
> > On 11 Mar 2019, at 16:09, IgniteDotnetUser <[email protected]>
> wrote:
> >
> > Thank you for the reply. Having .net with mono would call for a lot of
> work
> > on our side.
> >
> > Just wondering, if there were some pre-defined filters in ignite which
> just
> > accept some parameters and are understood by both Java and .net, that
> would
> > probably help?
> >
> > Also, is this going to be a limitation with ignite for mixed-platform
> > implementations or is this going to be resolved soon?
> >
> >
> >
> >
> > --
> > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>
>
>

Reply via email to