Only Remote-Desktop and Replication with 0.0 Reduction

Hi guys,
I have a solution with 16 WAAS 4.4.3 and I got good numbers in all default applications except Remote-Desktop and Replication
( All Traffic 53% of Reduction).
I can understand not otimize Remote-Desktop Applications cause the customer is using Metaframe with crypto and already compacted and
using too RDP with crypto/compacted.
But in the Replication I would expect some gain in Active Directory and MS-FRS Replication.
I got 0.0, Actually, the optmized traffic is biggest that the Original Traffic.
I have to modify something in the Microsoft servers to be able to got reduction in Replication Application ??
I'm using all the Default Classifiers in Replication Application
Double-Take                            LZ+TFO+DRE       1100, 1105
EMC-Celerra-Replicator            LZ+TFO+DRE       8888
MS-AD-Replication1                 LZ+TFO+DRE       UUID:e3514235-4b06-11d1-ab04-00c04fc2dcd2
ms-content-repl-srv                   TFO                     507, 560
MS-FRS1                                LZ+TFO+DRE       UUID:f5cc59b4-4264-101a-8c59-08002b2f8426
netapp-snapmirror                    LZ+TFO+DRE       10565-10569
pcsync-http                             LZ+TFO+DRE       8444
pcsync-https                           TFO                      8443
rrac                                        TFO                      5678
Rsync                                     LZ+TFO+DRE       873
Thanks a Lot
My Best Regards,
Andre Lomonaco

As you said, you need to only send the changes over the line.
Java can not tell you what has changed, so you need to either write some JNI, or do a check on the current image, with the last image. (this would eat quite a bit of CPU time on the server).
It might be worth looking at the source for VNC, and other simler products.
The simpliest solution would be to split the image into blocks of x by y pixels, then do a pixel-by-pixel check on that block, and only send the block if it has changed.
Next thing to think about is scrapping RMI, and using raw sockets. RMI has a fair sized overhead.
Zipping a JPEG is unlikely to have any effect. A JPEG is already compressed.
You might want to look at a lossless compression format, like PNG, as the JPEG will have articles. This might be acceptable. If so, changing the compression ratio of the JPEG might be an option.
Finally, the bottle neck might be the call to Robot.createScreenCapture. This is not the fastest method.

Similar Messages

  • HELP - Remote Desktop and Windows? Is it possible? I need your thoughts...

    I am currently trying to set up a connection between my MacBook and my Windows XP PC. I have Leopard 10.5.3 and Windows XP. I want to set up the connection to my PC so I can use my Remote Desktop to control/observe/receive files from my PC to my MacBook. So far its been going well, I was searching on Google for some answers, and I read something about VNC Viewer and Remote Desktop. I am not sure how this works but I just want Remote Desktop to work with my PC. So I was just wondering if anyone here can help me out, or if anyone here has any suggestions/ideas. Thanks.

    You've probably figured this out by now, but you can't use Remote Desktop with XP Home. It only works with XP Pro. As a free alternative, you should be able to run a VNC server on the XP machine, and a VNC client on the Mac, and access that way. A brief decription can be found here: http://lifehacker.com/software/feature/geek-to-live--how-to-control-your-home-co mputer-from-anywhere-125607.php (Ignore the parts about opening ports on your router to the internet--this is best used only on local network, unless you get more complicated.) If you do want access over the net, perhaps its better to go with a commercial service such as pcAnywhere or GoToMyPC is an easier route.

  • Create a folder on the desktop and share with everyone if it does not exist on a Windows 7 PC - No Domain

    I have a script that needs to be modified to create a folder on the desktop and share with everyone if it does not exist on a Windows 7 PC - No Domain.  Here is the script, need help at bottom
    =======================================================
    Set objShell = CreateObject("WScript.Shell")
    objComputer=objShell.ExpandEnvironmentStrings("%ComputerName%")
     IF Right(objComputer,3) = "000" Then
    Else
     strShortcut = objShell.SpecialFolders( "Desktop" )  & "\%username% Share.lnk"
      strShortcut = objShell.ExpandEnvironmentStrings(strShortcut)
    Set objLink = objShell.CreateShortcut( strShortcut )
     objComputer=objShell.ExpandEnvironmentStrings("%ComputerName%")
      objServer=Left(objComputer,7) & "-000"
     objLink.Description = objShell.ExpandEnvironmentStrings("%username% Share")
      objLink.TargetPath = objShell.ExpandEnvironmentStrings("\\" & objServer & "\Users\%username%\Desktop\%username% Share")
      objLink.Save
    End If
    =======================================================
    if "C:\Users\%username%\desktop\%username% Share" exits do nothing
    if not create the folder and share it with everyone read only
    ======================================================
    The section directly above is what I need to add, anyone have a clue how to make this work?

    Bill:  Can you suggest a site?  I am in the weeds here trying to get this done yesterday.  I have been reading code and trying to figure this out since yesterday morning.  I have to roll out this image to 2 dozen machines and
    this is holding us back.  Any idea which site I can post to for help?
    The bigger issue is that you have been given the answer to this in many different forms and, because you have no technical background, you fail to see what is being shown to you.  That is why I have repeatedly suggested that you hire a consultant.
    The link to the learning material is at the top o this page.  You can also search the web for Windows consultants.
    In the learning link you can also look up how to manage files. If, in the beginning you had chosen to use the learning materials you might not be in this bind.
    Look up and research the FileSystemObject.
    ¯\_(ツ)_/¯

  • Apple Remote Desktop and controlling over VPN

    Hi All,
    I had a question about whether something was possible and if so if someone could point me to instructions/how-to on setting it up.
    I have three Macs I am administering. One is an iMac that stays in the office on the network. Two are MBP's. One is always at a remote location, the other comes in and out of the office. I work remotely administering the server and the three systems. I have the latest version of Apple Remote Desktop and obviously can access the server fine. I was wondering though if there is any way besides having the person give me their IP address every time that through the VPN I can see their system, then access it in Remote Desktop just like we are on the network together? Basically they connect to the network via VPN if they are remote and I do the same thing and then access their machine.
    I hope that makes sense. I went through different parts of the guide for ARD but didn't come across a method like that described in there.
    Anyone with opinions? Thoughts? Chants of I'm an idiot? haha
    Thanks

    Yeah for some reason I cannot get this to work right. Even if I scan the 5 VPN IP's I have setup I cannot see their machines when I am connected to the VPN. I tested it the other day by connecting one of the systems to an outside internet connection, then logged it into the VPN. I then connected my own to a different source and logged into the VPN, but Remote Desktop just won't find it.
    Just not sure why it doesn't work. I can see the computers on our internal network though, just not any connected via VPN.

  • Remote Desktop and Snow Leopard Server

    What is the best way to use Remote Desktop with Snow Leopard Server?
    I purchased a mac mini with snow leopard server and Remote desktop so I can easily manage my 11 computers, install and upgrade software etc. etc.
    The mac mini server will basically be nothing but a server.
    I will use as my main computer a mac pro. Do I need to install Remote Desktop on the server and on my mac pro? What is the best way to deploy the services of Remote desktop and mac os x server?

    You install Apple Remote Desktop on the machine you want to control from. In this case, install on your Mac Pro. All you have to do on the clients (controlled Macs) is enable remote management in the System Preferences under Sharing. Just make sure that all your controlled Macs are up to date on their ARD version (v3.3.2) which can be taken care of from Software Update.

  • Remote desktop and apache

    remote desktop and apache.
    There are times I feel that someone is looking over my shoulder, and changing my settings and controlling me.
    I would like to at least be able to communicate with them so I can ltarn. I also want to be able to monitor and have some say so as to what they are doing to my computer.
    Thank you

    Thanx for your reply.
    I should have stated that this is my personal computer and if any one should be the administrator I would think it would be me.

  • I don't have a wireless keyboard or mouse for my 2007 iMac, is there any way that can use remote desktop and access it from my 2010mbp.

    i don't have a wireless keyboard or mouse for my 2007 iMac, is there any way that can use remote desktop and access it from my 2010mbp

    Hi champrider,
    You can use an application such as Apple Remote Desktop to control your iMac remotely. See this article -
    OS X Mavericks: Allow access using Apple Remote Desktop
    This help page will provide you with some other useful resources for Apple Remote Desktop -
    Remote Desktop Help
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Apple Remote Desktop and WildBlue Excede

    I am trying, without luck, to get Remote Desktop to work with WildBlue Excede. Can port forwarding be established with their Surfbeam2 Satellite Modem? If so, what are the port numbers, and how is it done?
    Has anyone had success in setting up Apple Remote Desktop and WildBlue?
    WildBlue Technical Support said they do not provide static IP addresses, so it couldn't be done. Something tells me that is not true.
    Has anyone had any luck with WildBlue?
    Many thanks

    Hi Paul,
    Are you trying to connect to a computer that's connect to the internet with wildblue excede? or are you trying to connect to a computer some where else while your connect to the internet with wildeblue excede?
    Ether way, have you considered an altertive solution? For instance LogMeIn?

  • Remote Desktop and Airport

    Dear All,
    I have an iMac which is connected to the internet via Airport Extreme, with no direct ethernet connection. I am trying to connect back to the computer via Remote Desktop and using the automatic IP address which is assigned. (Setings->Network)
    I cannot access this IP address via Remote Desktop. Any Ideas?
    Harry

    Harry Ringwood wrote:
    I have an iMac which is connected to the internet via Airport Extreme, with no direct ethernet connection. I am trying to connect back to the computer via Remote Desktop and using the automatic IP address which is assigned. (Setings->Network)
    I suppose you mean you're trying to connect to your Mac from outside your LAN. The address you see in the Network panel of System Preferences is a LAN address. To make what you want to do work, (1) from the remote computer you're going to have to specify the WAN address of the AirPort Extreme and (2) configure the AirPort Extreme (via port mapping) to pass the Remote Desktop signals to your iMac. To see the port mapping settings, in AirPort Utility look at the Advanced panel.

  • Remote Desktop Not working with EoMPLS

    I am hosting a HVPLS domain on my 7613 Core router where my spokes (6524ME) terminate the port based Pseudowires. All spokes have an MTU size of 1522. The clients are have intermitent problems with Windows Remote Desktop and mail synchronization. This clearly is an indication of an MTU issue. After doing a little bit of research I found, I need to decrease the MTU to make RDP work properly. Is it possible to reduce MTU of an L3 port to less than 1500?. Can i adjust my tcp-mss on the port where my xconnect is originated?
    Thanks in advance guys..

    I am back after a hectic week on this issue...I could find out something very interesting... At times of convergence, the new path takes sometime to calculate the MRU... Mean to say when you issue the command ping mpls pseudowire destn .. The new path has an MRU of 0 for some 5 seconds..After 5-6 seconds MRU comes back with 1700..This screws up the applications like mail synchronization etc.
    Apart from this I found a lot of OSPF flapping due to aggresive BFD timers also, which creates issues with remote desktop. I am unable to convince myself on the MRU issue why it happens. IOS issues on 6524??

  • I had 3 versions of FF and had to redo the HD and now no version will install says "Can't open output file" i have winddows 7 64 bit 8 GB memory and 1T HD but i have it on my other desktop and laptop with less memory and HD space and works fine

    I had 3 versions of FF and had to redo the HD and now no version will install says "Can't open output file" i have winddows 7 64 bit 8 GB memory and 1T HD but i have it on my other desktop and laptop with less memory and HD space and works fine laptop has windows 7 64 bit and other desktop hook to my 32" tv has win 7 32-bit i lso did clean removal of all versions of FF and did new DLs with screen shots of it DLing, complete of DL and after i got the error again.

    i am posting this as a reply due to it would not allow me to attach screen shots except for this way

  • Can I install Adobe DC on desktop and laptop with single subscription?

    Can I install Adobe DC on desktop and laptop with single subscription?

    Hi ,
    Single subscription of Acrobat DC permits you for two installations .You can easily install Acrobat DC on desktop and laptop .
    Make sure you don't access them simultaneously .
    Regards
    Sukrit Dhingra

  • Hp photosmart 7150 only prints black and white with mac

    My hp photosmart 7150 only prints black and white with mac.  I have tried installing and uninstalling, installing drivers, but no change.

    Hi,
    You did not mentioned your Mac OS X version, however I assume you have one of the latest versions.
    The Photosmart 7150 is not supported on Mac OS X v10.6, v10.7, v10.8 or v10.9 and therefore it is more than likely that there are no drivers for your OS and the used Generic Driver only provide B&W printing.
    Although it is not officially supported you may check 3rd party solutions such as the 3rd party HP-IJS print drivers which list your printer as supported.
    Be sure to install any of the 3 required downloads, then click the plus sign under Printers & Scanners, click the Use drop down and click on Select Printer Software.
    Search for your printer model form the list and select the driver, I believe that may work:
    http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosx/hpijs
    Although it only list up to 10.8 (Mountain Lion) it should also work on Mavericks from my experience.
    Hope that may help,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • I am accessing a windows server using remote desktop and I am wondering if I can transfer files by sharing drives?

    I am accessing a windows server using remote desktop and I am wondering if I can transfer files by sharing drives?

    Probably. You may be able to use Finder > Go > Connect to server to access the server. You may be able to share folders using Remote Desktop too. Whichever one you like the best.

  • View/table v_fagl_activec can only be displayed and maintained with restric

    Hi,
    When i required to activate a New G.L in ecc.6.0.I am getting following error while activating.
    view/table v_fagl_activec can only be displayed and maintained with restrictions.
    Please guide me
    Thanks and Regards
      RAVi

    From se11's Delivery and Maintenance tab check out Data Browser/Table View Maint property. Make it without any restrictions.

Maybe you are looking for