http://blogs.technet.com/b/markrussinovich/archive/2010/02/24/3315174.aspx
http://blogs.technet.com/b/askperf/archive/2007/07/24/sessions-desktops-and-windows-stations.aspx
A session consists of all of the processes and other system objects that represent a single user’s logon session.
These objects include all windows, desktops and windows stations.
A windows station is basically a security boundary to contain desktops and processes.
So, a session may contain more than one Windows Station and each windows station can have multiple desktops.
http://www.brianbondy.com/blog/id/100/
http://blogs.msdn.com/b/winsdk/archive/2009/07/14/launching-an-interactive-process-from-windows-service-in-windows-vista-and-later.aspx
Use sysinternals psexec to spawn process in another session, e.g.
% psexec -s -i 3 E:\__tmp\CUDA\Benchmark\Release\benchmark -r
How psexec works
No comments:
Post a Comment