From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Fri, 23 Jul 2010 06:23:14 -0600 From: EBo To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: References: <06d7cde2cc39e7ce1a867e4d996b534f@swcp.com> Message-ID: <0144e31b349b2db7e58a048c7d19c529@swcp.com> User-Agent: RoundCube Webmail/0.3.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] webfs and Numerical result out of range... Topicbox-Message-UUID: 42e023a8-ead6-11e9-9d60-3106f5b1d025 > webget >=20 > On Fri, Jul 23, 2010 at 9:04 AM, EBo wrote: >> >>> is webkit using read9p() and friends instead of regular reads? >> >> regular reads. =C2=A0Nothing in webfs is using read9p. >> >> Should I change some or all of them for testing? yes. I am talking about the source code for both webget and webfs. All the reads in the source use simple reads and not read9. If I change them all to read9p would it be a useful test?