Re: thread protocol modifiers
Re: thread protocol modifiers
- Subject: Re: thread protocol modifiers
- From: "William Zumwalt" <email@hidden>
- Date: Sat, 5 Jan 2008 15:44:36 -0600
I wanted to make a separate reply to the points below so as not to be too
long winded in my previous post. I didn't understand the pattern point
below.
My long-winded point is this: Your "server" is really a worker
> thread. It performs work in a separate thread within the same
> process and needs to deliver that work to your main thread when
> done. Distributed Objects really isn't the best fit for this pattern.
>
What pattern is it you think I'm doing? I'm communicating between processes,
so ... after seeing my latest previous post which might clarify things, do
you still think I'm using the wrong communication method?
If it helps any, I pulled this almost directly out of the book "Cocoa
Programming" from chapt. 24 on Subprocesses and Threads which I thought fit
exactly what I was trying to do (downloadable too).
http://www.cocoaprogramming.net/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden