could really alleviate the application bottleneck on file read in RequestParser
probably makes to abstract the file read logic out of RequestParser in this case, and maybe even have RequestParser be a purely synchronous module instead of a GenServer
See also #2