home *** CD-ROM | disk | FTP | other *** search
- This file contains information that was not available for the
- final versions of the product publications. The information in this
- file applies to :
-
- VisualAge for Smalltalk Standard for OS/2
- VisualAge for Smalltalk Professional for OS/2
- VisualAge for Smalltalk Professional for AIX
- VisualAge for Smalltalk Distributed for OS/2 and for AIX
- VisualAge for Smalltalk Communications/Transactions for OS/2 and for AIX
- IBM Smalltalk Standard for OS/2
- IBM Smalltalk Professional for OS/2
- IBM Smalltalk Professional for AIX
-
- ------------------------
- PROBLEM:
- ------------------------
- During high traffic situations a request for service on another thread can
- become orphaned prior to completion. If this happens then the completed
- request does not know which process is waiting for it. The fix is to scan
- all outstanding requests whenever an orphaned response arrives. All completed
- requests will have their associated process notified. Because of the traffic
- involved this fix must be applied in order for the Distributed feature to
- correctly operate.
-
- ------------------------
- FIX PROCEDURE:
- ------------------------
- 1. Select "File -> Open" from the menu on any window.
- 2. Select the file <installDir>\fileins\thrdfix1.st.
- 3. Press Ctrl+A to select the entire contents of the file.
- 4. Select "Edit -> File In" from the menu in the file window.
- 5. Close the file window.
- 6. Save the image.
- 7. Stop VisualAge or IBM Smalltalk and then restart it.
-
- ------------------------
- PROBLEM:
- ------------------------
- If you get the message "AbtThreadManager does not understand signal", close
- VisualAge/IBM Smalltalk and restart it. Check the support forums for an
- update on this problem.
-
-