in reply to Re: Re: Re: latest on ithreads vs forks?
in thread latest on ithreads vs forks?
So I guess I was a little off-topic with my reply. Doesn't make it not true, though :-)
Honestly, I didn't reallize that threads did not use shared memory. If anything, I'd have assumed that they used shared memory even more than processes. After all, in threads, the semantic is not copy-on-write... it's syncronize-on-write (so if it were just shared to begin with, there'd be no need to copy the data between threads' memory pages... just syncronize access when performing writes). But, anyway, as I said: I'm no thread-head. (Understand the concepts but very little actual experience with using them or the details of their implementations.)
------------ :Wq Not an editor command: Wq
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: latest on ithreads vs forks?
by liz (Monsignor) on May 29, 2004 at 09:48 UTC | |
by etcshadow (Priest) on May 31, 2004 at 23:15 UTC |