Re: Threading, save panels, and segfaults
Re: Threading, save panels, and segfaults
- Subject: Re: Threading, save panels, and segfaults
- From: "Erik M. Buck" <email@hidden>
- Date: Sat, 10 Nov 2001 14:48:44 -0600
Most of the Application Kit is NOT thread safe. I assume that the problems
you are having from NSSavePanel in a thread are a symptom of the lake of
thread safety.
The standard way to get around the issues of thread safety is to use
distributed objects to communicate between threads and used the Application
Kit from only one thread at a time.
See the several previous postings to this forum including working
distributed objects code.
----- Original Message -----