bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] use pread and pwrite to reduce the frequency of system call


From: Hideki IWAMOTO
Subject: [PATCH] use pread and pwrite to reduce the frequency of system call
Date: Wed, 17 Aug 2005 22:16:43 +0900

If pread is available, it will be used instead of the combination of lseek and 
read. 
If pwrite is available, it will be  used instead of the combination of lseek 
and write.

diffstat
 configure.ac  |    1 +
 libdb/mpool.c |   13 +++++++++++++
 2 files changed, 14 insertions(+)

----
Hideki IWAMOTO  address@hidden

Attachment: pread_pwrite.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]