Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!quintus!pds From: pds@quintus.uucp (Peter Schachte) Newsgroups: comp.sys.amiga.tech Subject: Re: IEEE libraries Keywords: IEEE library opencount Message-ID: <409@quintus.UUCP> Date: 15 Sep 88 21:26:39 GMT References: <1356@percival.UUCP> <4724@cbmvax.UUCP> <2627@sugar.uu.net> Sender: news@quintus.UUCP Reply-To: pds@quintus.UUCP (Peter Schachte) Distribution: na Organization: Quintus Computer Systems, Inc. Lines: 13 In article <2627@sugar.uu.net> peter@sugar.uu.net (Peter da Silva) writes: >What would it cost to use a bunch of static tables for things like file >handles and libraries. Please, no fixed-size tables of resources, like unix fds. Whatever number you pick, someone's bound to want more. Let the OS keep lists of active resources so it can pick up after you. Or chain the things together if you're worried about space. Resource tracking, yes. Fixed sized resource tables, no. -Peter Schachte pds@quintus.uucp ..!sun!quintus!pds