I have a java application that has become intermittently slow for users in IE9. It runs in Citrix 6.5, I have seen posts concerning software and GPU rendering which may be impacting it. Has any one experienced such issues with IE9 in Citrix?
CitrixWindows Server 2008Java
Last Comment
Sid_F
8/22/2022 - Mon
Sekar Chinnakannu
Can you try to disable your antivirus tool on your xenapp server an check, sometime security tools may cause the issue.
HDX MediaStream for Flash is a technology whereby the flash objects are transferred from the server to the client and played locally. There is no equivalent for Java.
If you don't use HDX mediastream for flash then you have to render the flash on the server desktop and transfer it as bitmap images to the client each time it changes, which is usually rubbish. This is what is effectively happening with Java too. Progressive display can help to an extent, but the ICA protocol isn't designed to do this kind of transfer and I ultimately dumped XenApp as a result (HDX MediaStream for Flash is not perfect, some popular sites don't work properly with it).