Windows multiple user keep processes active

0

I have two users on my Windows 10 machine. When I start my application on UserA and switch to UserB my application does not continue to run properly. Not sure if it gets frozen by Windows itself or what else happens. Switching back to UserA from UserB makes the application run properly again.

I want my application to be working as UserA was never switching off to UserB. Is this possible?

I need to run separate users.

Running a server machine would be OK too. I just need to know if this is possible at all.

user756380

Posted 2017-07-30T20:09:59.327

Reputation:

We need to know more about this application. Is it intended to be used in this manner? What exactly is the application's unwanted behavior when you switch to another user? – I say Reinstate Monica – 2017-07-30T20:29:10.143

@Twisty The application itself is a graphical application which gets recorded over time. It works as intented when my user is active, that's what I've developed it for. The application can only be ran once per user though. Which makes it hard to scale. I will need to atleast run the application 5 times. Any workarounds other than switching users has not helped me so far. – None – 2017-07-30T20:35:58.433

It would not surprise me that such an application would not work if not running in the active user's session. This had to do with how the application is written (or what it is doing) rather than how Windows behaves. I.e. the solution will be modifying the program, not Windows. – I say Reinstate Monica – 2017-07-30T20:39:22.127

@Twisty A solution to scaling would be having multiple machines. Surely this can be avoided when one machine is sufficient enough. I don't have any issues with resources, more so with how windows seems to make sure theres more of them left. – None – 2017-07-30T20:41:15.257

No answers