Cocoa - multithread safe?
Cocoa - multithread safe?
- Subject: Cocoa - multithread safe?
- From: Tim Hewett <email@hidden>
- Date: Tue, 12 Aug 2003 23:15:05 +0100
Is Cocoa spec'd to be MT-safe? I'm getting overlayed text in
a NSTextField on occasions, suspectedly caused by multiple
threads calling setStringValue without semaphore protection
causing the text each thread is asking to be set to be overlayed
with that of another thread.
Also some threads cannot open an NSDrawer...
Is this a bug or is Cocoa not defined as being MT-safe (so am
I being very lucky most of the time)?
Tim.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.