Is it possible to ensure that multiple applications run in the same terminal server session using RemoteApp?

Posted by mbrownnyc on Server Fault See other posts from Server Fault or by mbrownnyc
Published on 2011-11-21T15:37:45Z Indexed on 2011/11/21 17:54 UTC
Read the original article Hit count: 261

We are interested in implementing RemoteApp on Windows 2008 R2 to serve out a few programs.

Since the developers use shared memory to pass messages between processes, it is necessary that we provide them with a solution that will allow this. They have researched and discovered that if the applications exist in the same terminal server session that they will be able to access shared memory.

Is there a way to absolutely ensure that multiple RemoteApps are running within the same session (with the same user) so that they can access the same shared memory?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about terminal-server