<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Also.. pretty much all modern operating systems automatically handle appropriate file caching into memory, so in most cases where you are reusing the same files over and over again, they will end up in memory without any tricks.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 20, 2015, at 8:49 AM, Ítalo Rossi &lt;<a href="mailto:italorossib@gmail.com" class="">italorossib@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><div class="gmail_extra">Are you having problem playing files? Why worry with this?</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Jan 20, 2015 at 9:04 AM, John Nash<span class="Apple-converted-space">&nbsp;</span><span dir="ltr" class="">&lt;<a href="mailto:john.nash778@gmail.com" target="_blank" class="">john.nash778@gmail.com</a>&gt;</span><span class="Apple-converted-space">&nbsp;</span>wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div dir="ltr" class=""><div class=""><div class="">I am using "playback" to play native sound file (&lt;action application="playback" data="/tmp/hello"/&gt;)<br class=""><br class=""></div>My question is when it plays the file does it read file every time from the disk? or there is some way to "Load at the startup" and play directly from memory.<br class=""></div></div></blockquote><div class=""><br class=""></div><div class="">Yes, it does. You can put your file in a ram disk.</div><div class=""><br class=""></div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div dir="ltr" class="">I also saw the "mod_http_cache" but not sure if I should use it (I am unable to understand in what scenario it will be logical to use it)<br class=""></div></blockquote><div class=""><br class=""></div><div class="">It caches a remote file (http) in your local filesystem.</div></div></div></div></div></blockquote></div><br class=""></div></body></html>