t-bounces+kai.koehne=theqtcompany@qt-project.org
> > [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] On
> > Behalf Of Constantin Makshin
> > Sent: Thursday, October 22, 2015 7:13 AM
> > To: Qt Interest
> > Subject: Re: [Interest] A QThread que
> -Original Message-
> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org
> [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] On
> Behalf Of Constantin Makshin
> Sent: Thursday, October 22, 2015 7:13 AM
> To: Qt Interest
> Subj
The idea to run different portions of the same process as different
users not only looks weird, but is also [very] bad from security point
of view — no matter how many threads you create, they still run in the
same address space so nothing will stop one user-thread from
accidentally or intentionall
Thanks for all your replies,
Currently it works like this;
the service uses "CreateProcessAsUser" to runs an other process in the user
session and it handles all the stuff. It was ok until now since the target
systems were only single-user environments.
but since we are trying to switch to multiu
Am Wed, 21 Oct 2015 12:19:20 +0200
schrieb André Somers :
> Op 21-10-2015 om 11:48 schreef NoMercy:
> > Hello everyone and thanks for you replies,
> >
> > I've a rather advaced question about QThreads (well advanced to my
> > knowledge anyways)
> >
> > I have a Windows service that runs under Sys
Op 21-10-2015 om 11:48 schreef NoMercy:
> Hello everyone and thanks for you replies,
>
> I've a rather advaced question about QThreads (well advanced to my
> knowledge anyways)
>
> I have a Windows service that runs under System user (naturally) but I
> want to create and run a thread from within
Den 21-10-2015 kl. 11:48 skrev NoMercy:
> Hello everyone and thanks for you replies,
>
> I've a rather advaced question about QThreads (well advanced to my
> knowledge anyways)
>
> I have a Windows service that runs under System user (naturally) but I
> want to create and run a thread from within t