Questions tagged [process-isolation]
4 questions
16
votes
9 answers
docker: error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect
I'm trying to run Docker in process isolation mode on Windows Server 2019 (Docker Desktop does not work here, my VPS does not support Hyper-V).
I run this in PowerShell (all in Administrator mode)
docker run -it --isolation=process…

Adam
- 6,041
- 36
- 120
- 208
1
vote
1 answer
HW IO and CPU low jitter application
I have a hardware IO task (write/read serial message) that has a strict jitter requirement of less than 200 micro seconds. I need to be able to isolate both a CPU core/s and hardware/interrupt.
I have tried 2 things that have helped but not gotten…

Lenna
- 1,220
- 6
- 22
0
votes
0 answers
Memory protection keys: Exception handler crashes if pkey0 is write-disabled
I am interested in inprocess isolation in x86/linux via memory protection keys (MPK) and the protection key register PKRU.
My setup includes administrator code that allocates memory with specific access privileges via MPK, moves the user stack…

Robert Kueffner
- 1
- 1
0
votes
1 answer
How can I run an IHostedService separate from the WebApplication (WebApi)?
Suppose I have a number of IHostedService implementations with a ton of dependencies that no WebApi controllers do not have direct nor indirect dependencies, too.
Ideally, I like it if could set up an IoC container just for the IHostedService…

softbear
- 485
- 6
- 16