Client windows pause on opening -
08-07-2007
, 11:26 AM
I am running an enterprise application on a terminal server. The first time
the app opens a windows, then at odd and sometimes frequent intervals when
opening new windows, there is an 8 to 15 second pause opening the new window.
We ran a trace on the SQL 2005 server and at the point where there is a
pause we get font activity:
RebuildDevFonts: Rebuild Device: ""
enum_faces Look at adding: "System" to the table
enum_faces Look at adding: "Terminal" to the table
enum_faces Look at adding: "Fixedsys" to the table
enum_faces Look at adding: "Roman" to the table
enum_faces Look at adding: "Script" to the table
enum_faces Look at adding: "Modern" to the table
enum_faces Look at adding: "Small Fonts" to the table
enum_faces Look at adding: "MS Serif" to the table
enum_faces Look at adding: "WST_Czec" to the table
enum_faces Look at adding: "WST_Engl" to the table
enum_faces Look at adding: "WST_Fren" to the table
and on for about 5 pages of more of the same. Has anyone seen this before?
Is there a solution for this that will keep windows opening in a hurry?
Thanks!
-Paul |