× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I think it might, though I haven't seen it in the last couple of lockups
(since I received your email). Something else I noticed in other lockups
today is that if I ALT-TAB to another window, and then back to WDSC, the
whole WDSC window is white.

Windows programs sit on a message queue waiting for information from Windows. When the messages are received, they carry out instructions. A message from Windows might be "redraw part of the window" or "minimize" or "a key was pressed" or "the mouse was clicked". So, the prgorams entire interaction with the user and the screen is based on this message queue.

If the program gets busy doing other things (like, it gets stuck in a loop, or it's busy doing some sort of disk access or calculation or whatever) then it never reads this message queue, and never gets the message that tells it that it has to re-draw part of it's screen.

This is when you get an area of the screen that's "white". (or, sometimes it looks like part of the window that had overlaid it). Because the program is busy with something else and not carrying out the instructions from Windows.

Since you see that "javaw.exe" is taking up lots of CPU, I'd guess that WDSC is getting stuck in a loop or is doing something that's very resource intensive.

Everything for WDSC will show as "jawaw.exe" because Java programs don't run directly on the computer's hardware. They run through the Java Virtual Machine. It's that virtual machine that runs directly on the computer's hardware. So when you see "javaw.exe" what you're really seeing is that the JVM is taking up lots of CPU. Unfortunately, it doesn't tell you what program is at fault, since you can potentially have lots of Java programs running at once.

I know, none of this helps you solve your problem... just thought the info might be interesting or helpful in some way.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.