Re: 64-bit dnscache, anyone?
Mark Johnson <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 8, 2010 at 6:33 PM, Jeremy Kister <[email protected]> wrote: > On 1/8/2010 5:56 PM, Mark Johnson wrote: >> >> I think I got this working last night, for certain definitions of >> 'working'. I've got a dnscache that starts, allocates > 4GiB and >> answers queries. I started with Matthew Dempsky's patch: > > nice. does this patch work independently from zinq? Dempsky's does. I as yet don't even have a patch, just a modified source control checkout (of zinq-djbdns). In the interests of recruiting a guinea pig or two, I could generate a diff relative to stock djbdns-1.05 or whatever else. > did you also deal with softlimit ? Not yet. I disabled it for my initial test. I'm not sure it's a problem if you have a 64-bit unsigned long. I think the trouble is the unsigned int in alloc.c. I'll definitely want to make sure softlimit works before a public release, though.