Xref: utzoo comp.unix.wizards:10667 comp.os.misc:486 Newsgroups: comp.unix.wizards,comp.os.misc Path: utzoo!henry From: henry@utzoo.uucp (Henry Spencer) Subject: Re: Reducing system calls overhead Message-ID: <1988Aug26.174904.23819@utzoo.uucp> Organization: U of Toronto Zoology References: <21606@ccicpg.UUCP> Date: Fri, 26 Aug 88 17:49:04 GMT In article <21606@ccicpg.UUCP> goshen@ccicpg.UUCP (Shmuel Goshen) writes: >I have been looking recently at ways to reduce the system call overhead. >... introduce a simple and quick interface >for "light weight" system calls (like getpid(), umask() etc'), which >perform simple tasks and never sleep... Better profile your system load before putting a lot of effort into this. Or look at the Bach&Gomes paper in the Spring 88 EUUG proceedings, which observes that (after allowing for some oddities on their system) nearly all system calls are file-system-related. The light-weight calls you're talking about simply don't occur frequently enough to be worth much effort. -- Intel CPUs are not defective, | Henry Spencer at U of Toronto Zoology they just act that way. | uunet!attcan!utzoo!henry henry@zoo.toronto.edu