xsharp.eu • Very slow data browsing when accessed via 4K RDP
Page 1 of 1

Very slow data browsing when accessed via 4K RDP

Posted: Mon Oct 07, 2019 11:16 am
by ic2
One client of ours has a new fast server. Browser from ADS and our dbf browsers are very slow. After some research we assembled the following facts:

1 Problem is solved when the RDP says:

screen mode id:i:1
desktopwidth:i:1920
desktopheight:i:1024

This is effectively full screen on my 2nd (2K) monitor. When I set screen mode id:i:2 (or w x h to 384-x2028), full screen on my 4K monitor, the problem starts

2 What happens is when I start my dbf browsing tool dbv (which is still based on the OLD VO databrowser) it takes 7-10 seconds to come up with the first screen and any movement in the table takes seconds. You see a slight distortion in the screen before it rebuilds with the refreshed data.

3 ADS Data Architect has exactly the same problem

4 Our program itself with the same data (dbf's) is fast but all browsers are bBrowser based

5 With HD only in the RDP. 2+3 are instantly, also on the 4K monitor (which uses 1/4 of the screen of course)

6 They have updates drivers for video etc. without success.

Did anybody see this behavior and maybe solve it?

Dick

Very slow data browsing when accessed via 4K RDP

Posted: Tue Oct 08, 2019 9:19 am
by TerryB1
Hi Dick

Sorry, I can't even pretend to understand the full details of what you are experiencing.

However, I think at the root the problem lies with the time taken to re-paint the screen when you have vastly different screen resolutions.

This is just one of the problems Net Core is designed to overcome.

VS 2019 has only just (a couple of weeks) been upgraded to address Net Core 3.

Transferring code from .Net Framework to .Net Core does not appear to me to be the easiest of tasks.
But on the basis of the rate at which MS is upgrading things, it won't be too long before some sort of tooling to aid transformation, Framework to Core becomes available.

FWIW I would shelve the problem for a while.

Others may know different.

Terry

Very slow data browsing when accessed via 4K RDP

Posted: Tue Oct 08, 2019 9:30 am
by ic2
Hello Terry,

Thank you for your reply. It is surely a combination of things. The very old VO databrowser in my dbf tool and -apparently- some outdated technique in ADS' Data Architect versus bBrowser, in which the same browsing (from within my program) goes smoothly. But also: on none of the other servers I access via RDP this problem occurs. Only on this brand new server.

I will have to do some more research.

Dick

Very slow data browsing when accessed via 4K RDP

Posted: Thu Oct 10, 2019 7:36 am
by TerryB1
Hi Dick

A bit of long shot, but you may consider it's worth trying the following:-

VS2019 : Tools: Options: Environment: Preview Features.

Terry

Very slow data browsing when accessed via 4K RDP

Posted: Thu Oct 10, 2019 10:33 am
by ic2
Hello Terry,
Terry wrote:Hi Dick

VS2019 : Tools: Options: Environment: Preview Features.
VS has nothing to do with it so that won't do the trick ;)

It's the VO written dbf viewer and the Advantage Database server dbv viewer Data Architect which give the problems.

Dick

Very slow data browsing when accessed via 4K RDP

Posted: Thu Oct 10, 2019 11:05 am
by TimothyS
If the app works okay locally on the server and really slow over RDP, then this is an RDP problem. The app may be doing squillions of screen updates, but RDP is quite capable of handling that if the bandwidth is right.

Tim