You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/11/06 19:18:59 UTC

[jira] [Updated] (IGNITE-3255) .NET: Script execution

     [ https://issues.apache.org/jira/browse/IGNITE-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-3255:
------------------------------------
    Fix Version/s:     (was: 1.8)
                   2.0

> .NET: Script execution
> ----------------------
>
>                 Key: IGNITE-3255
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3255
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>    Affects Versions: 1.1.4
>            Reporter: Pavel Tupitsyn
>              Labels: .net
>             Fix For: 2.0
>
>
> Introduce an ability to execute C# scripts on remote nodes.
> This may be useful for:
> * Diagnostics and debugging on live cluster
> * Quick try-out for computations
> * Demo purposes
> This is a light-weight alternative to IGNITE-2492: we don't have to deal with automatically detecting whether assembly needs to be loaded remotely, with it's dependencies and AppDomain lifecycle. 
> Instead, we send a string, compile it remotely, execute in a separate AppDomain and unload it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)