[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AE Suspend/Resume Help
- To: INFO-MCL@CAMBRIDGE.APPLE.COM
- Subject: AE Suspend/Resume Help
- From: CAMPER@AppleLink.Apple.COM (Camper, Dan)
- Date: 27 Aug 93 16:28 GMT
I'm currently writing a server that will be maintaining multiple host sessions
via TCP/IP and driven by Apple Events from client Macs.
My question involves the use of the #_AESuspendTheCurrentEvent and
#_AEResumeTheCurrentEvent toolbox calls within MCL's Apple Event methodology,
since I will have to suspend an Apple Event while waiting for an update from a
host connection. I want to be able to keep the event stored in an object until
the host connection is ready and then reply. The source code for these things
(from the CD) gives me lots of ideas but I'm unable to get it all working
right.
Has anyone successfully implemented this suspending/resuming scheme? Any
hints?
Thanks for the assistance!
Dan