ADC Home > Reference Library > Technical Q&As > Legacy Documents > Carbon >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: I have a question about the CTB & the AppleTalk ADSP Tool. I have a connection between two machines using the ADSP Tool. The local machine
writes a bunch of data to the remote machine, then wants to shut down the
connection. I use a I've tried two In one case, I make a synchronous call to
This call exhibits the behavior I've described above. I've also tried an asynchronous call, in the hope that the ADSP Tool would handle finishing off the connection properly:
What I've found in this case is that the ADSP Tool never completes the write. I've
varied the timeout from 60 above to -1 and also 6000. In all of these cases,
the A: You're using the correct options on your call to Making the assumption that you're also using the ADSP Tool on the receiving end
of the connection, it's possible that the data has been received and then the
connection closed down. The receiver should be called with Check to see that you are testing the flags parameter of |
|