Powershell

avatar

I try this command to :
Set-RDM-Session[/font][font=verdana] $session [/font]-NoRefreshIt takes about 20 seconds for my changes to execute for one Session, the Navigation refreshes and the RDM is very slow (takes 13 to 20 % CPU - after cancelling the Script i'm back at 0.4 % cpu), whether i use NoRefresh or not.
Are you sure the -NoRefresh Parameter works (for SQL Shared datasource)?


For almost 600 server i can execute the Script only overnight :(

Regards,
Peter

All Comments (1)

avatar

First have a look at my response here:
http://forum.devolutions.net/topic2835-powershell-features.aspx?MessageID=15724#post15724

Second with the current refresh mechanism (caching) once a session has changed the entire list is refreshed, in your case 600+ sessions. We currently have in our development branch an Intelligent Caching option that will drastically improve refresh performance. We don't have an ETA on this release.

Stéfane Lavergne