imgflo-server icon indicating copy to clipboard operation
imgflo-server copied to clipboard

Use component cache for NoFlo

Open jonnor opened this issue 9 years ago • 1 comments

Takes a good bit of startup time due to being so I/O intensive.

An alternative would be to change the Processors to be long-running processes, controlled over FBP protocol. Then startup cost would only matter at worker startup, not per compute job.

jonnor avatar Feb 02 '16 12:02 jonnor

So, two steps:

  • Add noflo-cache-preheat as a postinstall step, like in https://github.com/c-base/ingress-table/blob/master/package.json#L39
  • Switch to noflo-nodejs for starting the flows, run with --cache. See #56

bergie avatar Feb 02 '16 14:02 bergie