imgflo / imgflo-server

HTTP image processing server based on imgflo
48 stars 7 forks source link

Use component cache for NoFlo #55

Open jonnor opened 8 years ago

jonnor commented 8 years ago

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.

bergie commented 8 years ago

So, two steps: