Very slow data browsing when accessed via 4K RDP

This forum is meant for anything you would like to share with other visitors
Post Reply
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Very slow data browsing when accessed via 4K RDP

Post 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
Terry
Posts: 306
Joined: Wed Jan 03, 2018 11:58 am

Very slow data browsing when accessed via 4K RDP

Post by Terry »

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
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Very slow data browsing when accessed via 4K RDP

Post 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
Terry
Posts: 306
Joined: Wed Jan 03, 2018 11:58 am

Very slow data browsing when accessed via 4K RDP

Post by Terry »

Hi Dick

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

VS2019 : Tools: Options: Environment: Preview Features.

Terry
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Very slow data browsing when accessed via 4K RDP

Post 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
User avatar
TimothyS
Posts: 58
Joined: Thu Dec 15, 2016 3:39 pm
Location: Australia

Very slow data browsing when accessed via 4K RDP

Post 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
Post Reply