|
|
|
|
|
by vbezhenar
1103 days ago
|
|
I don't know .NET enough to comment here, but I'm pretty sure that if you would manage to run bare metal C inside your .NET app (should be possible), it'll destroy all your domains easily. RAM is RAM. The only memory protection that we have is across process boundary (even that protection is not perfect with shared memory, but at least it allows to protect private memory). At least I'm not aware of any way to protect private thread memory from other threads. Postgres is C and that's not going to change ever. |
|