Opened 2 years ago
Last modified 2 years ago
#288 new enhancement
Investigate making directread and directwrite work
| Reported by: | salcock | Owned by: | salcock |
|---|---|---|---|
| Priority: | minor | Milestone: | libtrace3 |
| Component: | libtrace-library | Version: | |
| Keywords: | Cc: |
Description
The current use of O_DIRECT seems to fail pretty badly, so I've disabled the directread and directwrite flags. I don't doubt that they could provide some performance improvements though, so it'd be neat if we could get them working properly.
Note: See
TracTickets for help on using
tickets.

They are disabled by default? You need to enable them with LIBTRACEIO=directread,directwrite ?