home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / siqftst.zip / readme next >
Text File  |  1996-02-12  |  1KB  |  33 lines

  1. When I read about the fix of the SIQ problem in OS/2 Warp fixpack 17 i began
  2. looking for ill behaved PM applications that would lock my PM msgqueue.
  3.  
  4. Since systematically ill behaved applications are not easy to find i decided 
  5. to make my first public OS/2 application a really ill behaved one.
  6.  
  7. What SIQTST does is to create a standard PM window with one button that says
  8. "Lock PM queue". When the user clicks this button the program grabs the
  9. VM_COMMAND message and goes to sleep for 30 seconds without returning from the
  10. message loop.
  11.  
  12. When the button says "PM queue Locked" try changing focus from the program by
  13. pressing ctrl-esc or clicking on some other window and watch the SIQ fix do it's 
  14. thing.
  15.  
  16. UPS. I forgot to mention that you have to SET PM_ASYNC_FOCUS_CHANGE=ON in config.sys
  17. to make the SIQ fix active.
  18.  
  19. The program comes with full source that you can modify if you wish. I compiled the
  20. .exe using GNU EMX 0.9a so you need the EMX runtime dll's to run it.  
  21.  
  22. Happy SIQ testing.
  23.  
  24. Febrary 1996.
  25.  
  26. Copenhagen, Denmark.
  27.  
  28. Ulrik Hede
  29. ulrik@internet.dk
  30.  
  31.  
  32.  
  33.