You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/06/06 12:10:21 UTC

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

Pavel Tupitsyn created IGNITE-3255:
--------------------------------------

             Summary: .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
             Fix For: 1.7


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)