Re: sharing memory map between processes (same parent)
- From: phil-news-nospam@xxxxxxxx
- Date: 29 Apr 2008 04:28:38 GMT
On Tue, 29 Apr 2008 09:54:26 +1200 Ian Collins <ian-news@xxxxxxxxxxx> wrote:
|> There's no need to open the mapping twice. It's only needed one. The
|> idea is for one process to go ahead and open and map the file and have
|> it all ready, maybe even with a few pages referenced, and hand it over
|> to the next process. That's what I do now with open descriptors. One
|> process opens the descriptor and hands it over to another process to
|> read from.
|>
| Well that's the normal way of doing things (passing an fd between
| processes), is it causing problems? There shouldn't be much of a
| performance hit from remapping the file.
I'm just exploring to see if there is something better. Threading should be
better, but I want to explore possible ways to avoid threading.
--
|WARNING: Due to extreme spam, I no longer see any articles originating from |
| Google Groups. If you want your postings to be seen by more readers |
| you will need to find a different place to post on Usenet. |
| Phil Howard KA9WGN (email for humans: first name in lower case at ipal.net) |
.
- References:
- sharing memory map between processes (same parent)
- From: phil-news-nospam
- Re: sharing memory map between processes (same parent)
- From: David Schwartz
- Re: sharing memory map between processes (same parent)
- From: phil-news-nospam
- Re: sharing memory map between processes (same parent)
- From: David Schwartz
- Re: sharing memory map between processes (same parent)
- From: phil-news-nospam
- Re: sharing memory map between processes (same parent)
- From: Ian Collins
- sharing memory map between processes (same parent)
- Prev by Date: Re: sharing memory map between processes (same parent)
- Next by Date: Re: sharing memory map between processes (same parent)
- Previous by thread: Re: sharing memory map between processes (same parent)
- Next by thread: Re: sharing memory map between processes (same parent)
- Index(es):
Relevant Pages
|