Description
Similar to peer class loading in Java, we can provide a possibility to load assemblies on already started nodes, so that a node can execute jobs that are not present on other nodes.
Considerations:
- Can we unload assemblies after use to free memory? This requires a separate AppDomain, can we work with that?
Attachments
Issue Links
- blocks
-
IGNITE-5329 .NET: Enable peer assembly loading in all APIs
- Open
-
IGNITE-1894 .NET: Delegate support in the API via extension methods
- Open
-
IGNITE-5170 .NET: Compute peer deployment example
- Resolved
-
IGNITE-5330 .NET: Peer assembly loading documentation
- Closed
- is blocked by
-
IGNITE-4546 .NET: BinaryConfiguration handles nested type names incorrectly
- Resolved
-
IGNITE-5172 .NET: Dynamic type registration uses assembly-qualified type name
- Resolved
- is related to
-
IGNITE-3255 .NET: Script execution
- Open
- relates to
-
IGNITE-2703 .NET: Dynamically registered classes must use binary serialization if possible
- Resolved
- links to