FROM : Steve Klingsporn
DATE : Sun Nov 03 15:15:10 2002
Chris,
I don't think that having one thread (the main thread) dispatch all
actions in an application is a very good design, especially given that
all UI things happen in this thread, and it's not always available.
Surely, there has to be a better design than this.
Apple needs to fix Cocoa and make it more thread-safe, describing
expected behaviors.
That's my opinion, anyway. Sending NSEvents from background threads to
the main thread when the main thread cannot be guaranteed to respond to
them in any known period of time (and I'm not even asking for "real
time") is not acceptable.
Thanks,
Steve
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Sun Nov 03 15:15:10 2002
Chris,
I don't think that having one thread (the main thread) dispatch all
actions in an application is a very good design, especially given that
all UI things happen in this thread, and it's not always available.
Surely, there has to be a better design than this.
Apple needs to fix Cocoa and make it more thread-safe, describing
expected behaviors.
That's my opinion, anyway. Sending NSEvents from background threads to
the main thread when the main thread cannot be guaranteed to respond to
them in any known period of time (and I'm not even asking for "real
time") is not acceptable.
Thanks,
Steve
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Steve Klingsporn | Nov 3, 15:15 | |
| Chris Hanson | Nov 3, 20:09 | |
| Mike Shields | Nov 3, 23:16 | |
| Scott Anguish | Nov 3, 23:43 | |
| Steve Klingsporn | Nov 3, 23:49 | |
| Steve Klingsporn | Nov 3, 23:50 | |
| Scott Anguish | Nov 3, 23:56 | |
| Steve Klingsporn | Nov 4, 00:01 | |
| Scott Anguish | Nov 4, 00:05 | |
| Steve Klingsporn | Nov 4, 00:06 | |
| Mike Shields | Nov 4, 02:14 |






Cocoa mail archive

