home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / readme / threads.txt < prev    next >
Encoding:
Text File  |  1995-10-24  |  3.4 KB  |  43 lines

  1.  This file contains information that was not available for the                                                                      
  2.  final versions of the product publications. The information in this                                                                
  3.  file applies to :                                                                                                                  
  4.                                                                                                                                     
  5.  VisualAge for Smalltalk Standard for OS/2                                                                                          
  6.  VisualAge for Smalltalk Professional for OS/2                                                                                      
  7.  VisualAge for Smalltalk Professional for AIX                                                                                       
  8.  VisualAge for Smalltalk Distributed for OS/2 and for AIX
  9.  VisualAge for Smalltalk Communications/Transactions for OS/2 and for AIX
  10.  IBM Smalltalk Standard for OS/2                                                                                                    
  11.  IBM Smalltalk Professional for OS/2                                                                                                
  12.  IBM Smalltalk Professional for AIX 
  13.                                                                                                 
  14.  ------------------------                                                                                                           
  15.  PROBLEM:
  16.  ------------------------                                                                                                           
  17.  During high traffic situations a request for service on another thread can
  18.  become orphaned prior to completion.  If this happens then the completed
  19.  request does not know which process is waiting for it.  The fix is to scan
  20.  all outstanding requests whenever an orphaned response arrives.  All completed
  21.  requests will have their associated process notified.  Because of the traffic
  22.  involved this fix must be applied in order for the Distributed feature to
  23.  correctly operate.
  24.                                                                                                                                     
  25.  ------------------------                                                                                                           
  26.  FIX PROCEDURE:
  27.  ------------------------                                                                                                           
  28.  1.  Select "File -> Open" from the menu on any window.
  29.  2.  Select the file <installDir>\fileins\thrdfix1.st.
  30.  3.  Press Ctrl+A to select the entire contents of the file.
  31.  4.  Select "Edit -> File In" from the menu in the file window.
  32.  5.  Close the file window.
  33.  6.  Save the image.
  34.  7.  Stop VisualAge or IBM Smalltalk and then restart it.
  35.                                                                                                                                     
  36.  ------------------------                                                                                                           
  37.  PROBLEM:
  38.  ------------------------
  39.  If you get the message "AbtThreadManager does not understand signal", close
  40.  VisualAge/IBM Smalltalk and restart it.  Check the support forums for an
  41.  update on this problem.
  42.  
  43.