[comp.sys.next] concurrent programming in AppKit

jpd00964@uxa.cso.uiuc.edu (12/27/89)

I am attempting to write a short program with multiple threads in objective-c
using NeXTStep.  One thread is always in a routine and is looking for new data
while the other thread gets events.  The thread getting events is doing so 
using the NXApp run method.  Unfortunately, NXApp run seems to be a bit of a
processor hog.  Has anyone found a way around this?  Basically, I'd like to 
insert a cthread_yeild() call in the middle of the run method.


thanx for any help,

Michael Rutman
SoftMed