Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.dacom.co.kr!news.kreonet.re.kr!usenet.kornet.nm.kr!agate!news.mindlink.net!van-bc!uniserve!usenet From: tom@uniserve.com (Tom Samplonius) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: INND1.4+MMAP=BROKEN MESS Date: 16 Nov 1995 05:58:22 GMT Organization: UNIServe Online Lines: 17 Distribution: world Message-ID: <48ejtu$b97@atlas.uniserve.com> References: <46ldvj$l3c@buffnet2.buffnet.net> <imzqekgzmt.fsf@hidden.cs.uidaho.edu> <472u66$dpo@blackbush.xlink.net> <47f3gf$2gu@atlas.uniserve.com> <47m335$eu3@buffnet2.buffnet.net> <47m8kq$gqq@atlas.uniserve.com> <47qcfu$4r8@buffnet2.buffnet.net> <48095n$es4@atlas.uniserve.com> <489pdd$21u@pilhuhn.pilhuhn.de> NNTP-Posting-Host: pc.sdf.com Mime-Version: 1.0 Content-Type: Text/Plain; charset=ISO-8859-1 X-Newsreader: WinVN 0.99.6 In article <489pdd$21u@pilhuhn.pilhuhn.de>, hwr@pilhuhn.deà says... > >tom@uniserve.com (Tom Samplonius) writes: > >> Err.. if you look at the code, mmap() is only for updating the active file. Not used for >>history at all. > >*beeeep* Wrong. If you compile innd with -DMMAP then mmap() is also >used for the history ... The innd sources only contain references to mmap for active file updating. The dbz library is used to manage the history database and it has no references to mmap either. Tom