"Martin Norb�ck" wrote:
> 
> Mon Jan 17 2000, Kevin Atkinson ->
> > Could some of the unix programers on the list give me some hints as the
> > best way to share readonly memory between processes.  Specially I would
> > like for multiple aspell processes to be able to share the main word
> > list.  Is formatting the data file so that it can be directly read into
> > memory without any processing and using mmap the best bet?  Or is there
> > a better way?
> 
> Formatting the data file so that it can be mmap:ed directly is the only
> way I can think of. 

OK, thanks.  Mmaping the date file directly in will also allow for
faster loading and possibly less memory usage so I think that is what I
am going to do.
-- 
Kevin Atkinson
[EMAIL PROTECTED]
http://metalab.unc.edu/kevina/


---
Note: This message was origanlly posted to [EMAIL PROTECTED],
      not [EMAIL PROTECTED]


_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/aspell-user

Reply via email to