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/
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 mails | Author | Date |
|---|---|---|
| William Zumwalt | Jan 5, 02:06 | |
| marcelo.alves | Jan 5, 02:38 | |
| John Stiles | Jan 5, 02:48 | |
| William Zumwalt | Jan 5, 02:49 | |
| William Zumwalt | Jan 5, 02:54 | |
| Ken Thomases | Jan 5, 08:36 | |
| James Bucanek | Jan 5, 17:09 | |
| William Zumwalt | Jan 5, 22:35 | |
| William Zumwalt | Jan 5, 22:44 | |
| James Bucanek | Jan 6, 02:35 | |
| James Bucanek | Jan 6, 02:35 | |
| William Zumwalt | Jan 6, 03:35 | |
| glenn andreas | Jan 6, 04:16 | |
| William Zumwalt | Jan 6, 04:25 | |
| James Bucanek | Jan 6, 08:04 | |
| William Zumwalt | Jan 6, 09:28 | |
| Steve Weller | Jan 6, 18:55 |






Cocoa mail archive

