.NET applications over terminal servers

  • Thread starter Thread starter Bhargavan
  • Start date Start date
B

Bhargavan

Hey Groups,
Some of our .NET applications will be residing on the terminal servers and
the users will connect to these terminal servers remotely to access our
applications. My question is, Is there a way to transfer some of the memory
load from the terminal server to the client machines?
Thanks,
Bhargavan
 
Nope, the terminal service is basically a terminal emulation -- all the work
happens on the server, and the I/O is diverted back to the remote client.
 
Back
Top