MemoryMappedViewStream over Terminal Services

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello,
I am using the example MemoryMappedFile code off the following page:
http://msdn.microsoft.com/en-us/library/dd267552.aspx http://msdn.microsoft.com/en-us/library/dd267552.aspx
The only change I have made is to transmit a byte[] sequence instead of a simple bool value. Works a treat if processA and processB are executed on the same user session. What in the code needs to change so that processA in one user session can transmit
to processB in another user session?
The environment is Microsoft .NET 4 running on Windows Server 2008 R2 with the Terminal Services role installed. The objective is to allow a user in one RDP session transfer data to a second user in a second RDP session.
J Wolfgang Goerlich http://msdn.microsoft.com/en-us/library/dd267552.aspx <hr class="sig J Wolfgang Goerlich

View the full article
 
Back
Top