Loading...
Searching...
No Matches
27 dec, 2024

The main focus was C# integration into NHI10 .

The main focus was C# integration into NHI10 .

NEW features
HIGHLIGHT Documentation
HIGHLIGHT Thread Pool
HIGHLIGHT Weak versa Strong reference
  • Weak or Strong reference
    • A weak reference is a reference that is still owned by the garbage-collection and is released there when necessary.
    • A strong reference is a reference that is owned by the Programming-Language-Micro-Kernel (PLMK) and is not released by the garbage-collection.
  • For Java and C#, the new weak-reference-feature has been enabled to support a massive parallel application-server.
  • The Programming-Language-Micro-Kernel (PLMK) is able to deal with a weak or a strong reference