<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jun 29, 2014 at 11:53 PM, Shayan Pooya <span dir="ltr"><<a href="mailto:shayan@liveve.org" target="_blank">shayan@liveve.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>For them we still have to use prim_file to avoid paying the price of a round-trip. Is that right?<br>
</div></div></div></blockquote><div><br></div><div><br></div><div>Problem is not in "paying the price of round-trip".  It costs nothing to send message to file_server1 and receive it back.</div><div><br></div><div>
Problem is that while singleton file_server is working hard on reading file info from NFS or HDD, your request to open file on SSD is waiting in queue.</div><div>This is the problem. file module is implemented right now so that it scales badly.</div>
<div><br></div><div><br></div></div></div></div>