.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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top