How does XP know if an application hangs?

  • Thread starter Thread starter pareshgoel30
  • Start date Start date
P

pareshgoel30

How does XP know if an application has hanged?
I am writing a program that will do a alot of processing before again
polling for events from the OS? Do I need to repetitively call
Peekmessage() in my application?

Thanks
 
How does XP know if an application has hanged?
I am writing a program that will do a alot of processing before again
polling for events from the OS? Do I need to repetitively call
Peekmessage() in my application?

Thanks

I'd use a progress bar even if it was just to print a dot every 5 or ten
seconds.

Pop`
 
Back
Top