This content has been marked as final.
Show 2 replies
-
1. Re: AIO Sequential file gets closed even before it's used?
clebert.suconic Jun 3, 2009 10:07 AM (in response to timfox)Just to register on forums what we talked on IRC.
load happens during start.
load will open all the files... read them... initialize them in case of reclaiming during start.. and close them...
later.. it will reopen two files.. one for the currentFile, and to cache and move to next files quickly. You aways have two files opened ( a current one, and a cached one). -
2. Re: AIO Sequential file gets closed even before it's used?
clebert.suconic Jun 3, 2009 10:07 AM (in response to timfox)BTW: I don't need buffering during load.