Skip to main content
Home Forums 68kMLA A System 6 Browser — #39
Post #39 by porter
Source Forum68kMLA
CategoryDevelopment
Post DateTue, 5 Aug 2008 - 22:41
Original URLhttps://68kmla.org/bb/threads/a-system-6-browser.14226/
Post
You have to treat MacTCP as an asychronous driver, when you invoke a control command you do need to confirm it has been completed before you continue. As it may use memory in your heap (System 6 being very different to 7 in this regard) you need to ensure all streams are correctly closed.

The MacTCP that sits on top of OpenTransport has quite a different behaviour, so when developing MacTCP code you need to test in both environments (eg with and without OT).

mp.ls