|
>> MY customer is attempting to update most of the
>> entire FIREFOX screen at near refresh rate.
>> However the amount of CPU time is near 80%
>> continuously.
Do you know if it was the server that was utilizing most/all of this time?
>> Will DECW Version 2.0 reduce the amount of
>> CPU time required to support this operation?
Don't know. On the Firefox the Low End Graphic Sub-System (LEGSS) is
controlled by a dedicated CVAX with a Wietek 3-chip set and pixel rendering
chips (A,D,T). Pixel rendition is done at the rate of 100,000,000 pixels per
second. This is all done with hardware. I am not exactly sure what all the
server does with respect to a Firefox. The server code works directly with
the hardware. I know that the server is responsible for the frame buffer
memory management and that there are some problems in this area. However,
I have been able to 'see' better response when the server's quotas have been
upped. There are three logicals that can help. DECW$SERVER_WSEXENT,
DECW$SERVER_WSDEF, DECW$SERVER_WSQUOTA. The file that uses them is
SYS$MANAGER:DECW$STARTSERVER.COM. Give these a try and see if this help.
-=> Jim <=-
|