Re: [Interest] A QThread question...

2015-10-22 Thread NoMercy
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

Re: [Interest] A QThread question...

2015-10-21 Thread Koehne Kai
> -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

Re: [Interest] A QThread question...

2015-10-21 Thread Constantin Makshin
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

Re: [Interest] A QThread question...

2015-10-21 Thread NoMercy
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

Re: [Interest] A QThread question...

2015-10-21 Thread alexander golks
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

Re: [Interest] A QThread question...

2015-10-21 Thread 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 System user (naturally) but I > want to create and run a thread from within

Re: [Interest] A QThread question...

2015-10-21 Thread Bo Thorsen
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