[erlang-questions] raw_read_file_info

Max Lapshin max.lapshin@REDACTED
Sun Jun 29 22:45:35 CEST 2014


On Sun, Jun 29, 2014 at 11:53 PM, Shayan Pooya <shayan@REDACTED> wrote:

> For them we still have to use prim_file to avoid paying the price of a
> round-trip. Is that right?
>


Problem is not in "paying the price of round-trip".  It costs nothing to
send message to file_server1 and receive it back.

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.
This is the problem. file module is implemented right now so that it scales
badly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140630/3f548ab3/attachment.htm>


More information about the erlang-questions mailing list