Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 10 May 2003 21:23:22 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: cygipc (and PostgreSQL) XP problem resolved! Message-ID: <20030511012322.GA18836@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3EBB22F5 DOT 4000801 AT ece DOT gatech DOT edu> <1052541657 DOT 1675 DOT 5 DOT camel AT localhost> <3EBC8ED0 DOT 4040906 AT ece DOT gatech DOT edu> <20030510072239 DOT GA19367 AT cygbert DOT vinschen DOT de> <1052554219 DOT 1824 DOT 14 DOT camel AT localhost> <20030510082949 DOT GD19367 AT cygbert DOT vinschen DOT de> <3EBD3179 DOT 6070004 AT ece DOT gatech DOT edu> <20030510171629 DOT GB11448 AT redhat DOT com> <3EBD3896 DOT 8000202 AT ece DOT gatech DOT edu> <1052612200 DOT 897 DOT 31 DOT camel AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1052612200.897.31.camel@localhost> User-Agent: Mutt/1.4.1i On Sun, May 11, 2003 at 10:16:40AM +1000, Robert Collins wrote: >On Sun, 2003-05-11 at 03:36, Charles Wilson wrote: > > >> > But, be advised that I'm in the process of changing the inode field to >> > a long long so I'm not sure that we wouldn't be just pushing this off >> > a little further. >> >> Urk. That's right -- but unless there is another primitive type that is >> bigger than 64 bits, then we're out of luck, and will have to accept >> aliasing of some sort. > >A lookaside table will do it. We can do that in 64 bits easily. >In 32 bits we'd only have 8 bits for unique inodes - no more than 256 >keys on a volume. With 64 bit key_t's, we get up to 40 bits to lookup in >the lookaside table - no worries :}. ftok() will have to become a >cygdaemon wrapped function though - which IIRC it isn't today. Or we can just use Global atoms, as I suggested in cygwin-developers. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/