DECW Server vs MWM priorities



I am currently running MOZILLA on the ALPHA, but displayed on my VAXstation 3100-30 (still).

There are times when it works relatively well. But there are times where the DECW$SERVER0 process on the VAX goes to 100% of CPU.

Trying to display a large image (weather radar)
http://www.srh.noaa.gov/ridge/Conus/RadarImg/latest.gif

Would cause the server to go into 100% for hours before finally displaying a blank page (no error message). Probably has something to do with converting from 24 bit data to the 8bit coloyur scheme of the SPX card.
(I let this run before going to bed).

During this time, no redrawing of the window is done if you move it and the window "grabs" whatever was at the location you are moving it to.

A page such as IMDB.COM with animated gifs would take the DECW$SERVER to 100% and have an extremely sluggish response. Tried to type a new URL, but that took too long. Found out that rezing the window to hize an animated gif did the trick and finally the typing I had done in the URL box started to trickle in. Interestingly, the alpha was at near 0% usage, it was the DECW$SERVER0 on the VAX that was at 100% (didn't realise that the animation would put such a load on the server).



Anyhow, I expect those issues to go away once I get my keyboard and get the Alpha to handle the DECW session, as well as the 24 bit Radeon card to display in 24 bits, removing the need to convert all images to pseudo colours (as is done on the SPX card).


HOWEVER:

I have noticed that the MWM process is created with base priority of 4 whilsyt the DECW$SERVER is created at based priority of 6.

Shouldn't both be at the same priority ? (so that other window operations are not stopped by one window monopolizing DECW$SERVER0 operations) ?
.



Relevant Pages

  • Re: PDA as "X terminal" [lengthy]
    ... moves that out to the physical display (via VNC or ... finished filling in the window *before* updating the ... Each cell is a (character, ... immediately above the "write pixel" level (note that it doesn't ...
    (comp.arch.embedded)
  • Re: SVGA, LCD, Win CE 6.0 and PB
    ... site addressing display drver issues, not to mention the source code. ... travel down thru Win CE from boot.ini to the place genrating final LCD ... I can have a desktop larger than physical screen window. ...
    (microsoft.public.windowsce.platbuilder)
  • Question about Full screen exclusive mode
    ... I use ScreenManager class that has been presented in David Brackeen's book. ... The graphics card enters the selected mode but the window content is painted only to the level of windows display mode.For example. ... After returning to the Windows, the settings dialog window is repainted with the content of the frame that is under settings dialog. ...
    (comp.lang.java.programmer)
  • Re: display array in a frame wnd
    ... I have to display results. ... The window can be used in all the program thanks to the name "source image". ... CFrameWnd* pw; ... Why is this not in an OnPaint handler? ...
    (microsoft.public.vc.mfc)
  • Re: display array in a frame wnd
    ... you have to create an app that is suitable for displaying an image. ... There would never be a need to create a frame window; it is not at all clear why such code ... I have to display results. ... Why is this not in an OnPaint handler? ...
    (microsoft.public.vc.mfc)