Y
Hacker News
new
|
ask
|
show
|
jobs
by
stormbrew
2927 days ago
In theory marking threads even within the same process as part of a different 'security domain' shouldn't be impossible, though obviously it'd involve proprietary interfaces to the kernel at first.
1 comments
krylon
2927 days ago
.Net supports this (at least on Windows), it is called AppDomains:
https://docs.microsoft.com/en-us/dotnet/framework/app-domain...
link