Skip navigation.
 
mlRe: thread protocol modifiers
FROM : William Zumwalt
DATE : Sat Jan 05 22:44:36 2008

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/

Related mailsAuthorDate
mlthread protocol modifiers William Zumwalt Jan 5, 02:06
mlRe: thread protocol modifiers marcelo.alves Jan 5, 02:38
mlRe: thread protocol modifiers John Stiles Jan 5, 02:48
mlRe: thread protocol modifiers William Zumwalt Jan 5, 02:49
mlRe: thread protocol modifiers William Zumwalt Jan 5, 02:54
mlRe: thread protocol modifiers Ken Thomases Jan 5, 08:36
mlRe: thread protocol modifiers James Bucanek Jan 5, 17:09
mlRe: thread protocol modifiers William Zumwalt Jan 5, 22:35
mlRe: thread protocol modifiers William Zumwalt Jan 5, 22:44
mlRe: thread protocol modifiers James Bucanek Jan 6, 02:35
mlRe: thread protocol modifiers James Bucanek Jan 6, 02:35
mlRe: thread protocol modifiers William Zumwalt Jan 6, 03:35
mlRe: thread protocol modifiers glenn andreas Jan 6, 04:16
mlRe: thread protocol modifiers William Zumwalt Jan 6, 04:25
mlRe: thread protocol modifiers James Bucanek Jan 6, 08:04
mlRe: thread protocol modifiers William Zumwalt Jan 6, 09:28
mlRe: thread protocol modifiers Steve Weller Jan 6, 18:55