|
windows
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Program (not responding)We're running XP Professional workstations and on a single 2003 SBS network.
We have one database program, written in a language called Clarion, (or Topspeed), that works fine except when the words "(not responding)" appear next to the program name in the lower task bar. The program still reads and writes to it's files on the server, but some of the information wrtten or saved is done incorrectly. What does it actually mean that the program is not responding, if it means anything at all? Any comments would be greatly appreciated. -- M. Cooper
Show quote
Hide quote
"coopfab" <coop***@discussions.microsoft.com> wrote in message It may be hung waiting on some resource. When some program acts like that news:11900D94-97EE-49CF-936A-EC38D1AB8F65@microsoft.com... > We're running XP Professional workstations and on a single 2003 SBS > network. > We have one database program, written in a language called Clarion, (or > Topspeed), that works fine except when the words "(not responding)" appear > next to the program name in the lower task bar. The program still reads > and > writes to it's files on the server, but some of the information wrtten or > saved is done incorrectly. What does it actually mean that the program is > not responding, if it means anything at all? > > Any comments would be greatly appreciated. > -- > M. Cooper > on my system, it is usually waiting on the network or the disk drive. Process Explorer may help you understand the problem. Jim I have Xp media and I disabled all add-ons and it stopped. Then added only
what I needed Good luck Show quoteHide quote "Jim" wrote: > > "coopfab" <coop***@discussions.microsoft.com> wrote in message > news:11900D94-97EE-49CF-936A-EC38D1AB8F65@microsoft.com... > > We're running XP Professional workstations and on a single 2003 SBS > > network. > > We have one database program, written in a language called Clarion, (or > > Topspeed), that works fine except when the words "(not responding)" appear > > next to the program name in the lower task bar. The program still reads > > and > > writes to it's files on the server, but some of the information wrtten or > > saved is done incorrectly. What does it actually mean that the program is > > not responding, if it means anything at all? > > > > Any comments would be greatly appreciated. > > -- > > M. Cooper > > > It may be hung waiting on some resource. When some program acts like that > on my system, it is usually waiting on the network or the disk drive. > Process Explorer may help you understand the problem. > Jim > > > "Not Responding" is a gross misnomer! What it means is, the program isn't
responding "at this moment in time". What it does NOT mean is that the program will never respond! The program that isn't responding may simply be busy doing something else and for whatever reasons, which isn't unusual, cannot YET respond to the interrupt sent. Very often, the program will finish whatever it's doing in a few more moments, and the "not responding" will go away, becasue the program is done and is back awaiting further instructions. I am not saying it's never indicating a problem. All I'm saying is that the message is telling you the program did not respond to an interrupt that was sent to it, because it was busy doing something else important, OR, it may be hung, but the message is only indicating a possibility, NOT a given. If that makes any sense. HTH Pop` george6448 wrote: Show quoteHide quote > I have Xp media and I disabled all add-ons and it stopped. Then > added only what I needed Good luck > > "Jim" wrote: > >> >> "coopfab" <coop***@discussions.microsoft.com> wrote in message >> news:11900D94-97EE-49CF-936A-EC38D1AB8F65@microsoft.com... >>> We're running XP Professional workstations and on a single 2003 SBS >>> network. >>> We have one database program, written in a language called Clarion, >>> (or Topspeed), that works fine except when the words "(not >>> responding)" appear next to the program name in the lower task bar. >>> The program still reads and >>> writes to it's files on the server, but some of the information >>> wrtten or saved is done incorrectly. What does it actually mean >>> that the program is not responding, if it means anything at all? >>> >>> Any comments would be greatly appreciated. >>> -- >>> M. Cooper >>> >> It may be hung waiting on some resource. When some program acts >> like that on my system, it is usually waiting on the network or the >> disk drive. Process Explorer may help you understand the problem. >> Jim |
|||||||||||||||||||||||