- Admin
- #1
Hello,
I'm currently developing a large application which is run on a Terminal Server by multiple users currently.
How can I achieve low memory pressure? E.g. how can I achieve that the dll's will be shared?
Do the assemblies have to be signed? Do they have to be in the GAC?
I already know that the base adress must be set correct or otherwise they will be rebased (which leads to non-shareable dlls)..
Anyone know a solution for a global (spanning multiple TS sessions) dotnet-object cache?
)
More...
View All Our Microsft Related Feeds
I'm currently developing a large application which is run on a Terminal Server by multiple users currently.
How can I achieve low memory pressure? E.g. how can I achieve that the dll's will be shared?
Do the assemblies have to be signed? Do they have to be in the GAC?
I already know that the base adress must be set correct or otherwise they will be rebased (which leads to non-shareable dlls)..
Anyone know a solution for a global (spanning multiple TS sessions) dotnet-object cache?
)
More...
View All Our Microsft Related Feeds