[mythtv-commits] Ticket #3237: use posix_fadvise for readahead buffer in ringbuffer

MythTV mythtv at cvs.mythtv.org
Tue Mar 20 00:26:56 UTC 2007


#3237: use posix_fadvise for readahead buffer in ringbuffer
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |       Owner:  ijr    
     Type:  enhancement  |      Status:  new    
 Priority:  minor        |   Milestone:  unknown
Component:  mythtv       |     Version:  0.20   
 Severity:  low          |  
-------------------------+--------------------------------------------------
 In the file RingBuffer.c when the video files are opened the option
 O_STREAMING is included in the open parameters,
 O_STREAMING is obsolete under linux 2.6, the standard way of enabling the
 extra readahead buffer for sequentially read files is to use
 posix_fadvise.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3237>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list