Date: Wed, 10 Feb 1999 12:14:45 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Dag-Erling Smorgrav <des@flood.ping.uio.no> Cc: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>, Peter Wemm <peter@netplex.com.au>, Terry Lambert <tlambert@primenet.com>, hackers@FreeBSD.ORG Subject: Re: portability of shm, mmap, pipes and socket IPC Message-ID: <199902102014.MAA85946@apollo.backplane.com> References: <199902092246.PAA10658@usr02.primenet.com> <199902100403.MAA55849@spinner.netplex.com.au> <19990210085847.A11710@gil.physik.rwth-aachen.de> <199902100907.BAA79553@apollo.backplane.com> <xzp1zjybabz.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
: :Matthew Dillon <dillon@apollo.backplane.com> writes: :> The problem is that linux updates the timeval structure on return, :> telling you how much time is left. : :Yup. I wish FreeBSD did that - the man page already states that one :shouldn't rely on tv not being modified, so it shouldn't break POLA. : :DES :-- :Dag-Erling Smorgrav - des@flood.ping.uio.no Ick. It was a disaster.... and the feature is overrated anyway. I was actually heavily involved with linux back in those days and I used this select() feature myself, but the disadvantages outweighed the advantages by an order of magnitude. It really isn't all that expensive to do a separate gettimeofday() system call. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902102014.MAA85946>