Hacker News new | ask | show | jobs
by p4bl0 1348 days ago
If I understand it correctly the idea of worker mode is to have a persistent application running where you can have the same objects in memory from one request to another rather than relaunching the app from scratch (requiring files, constructing objects, fetching data from some database) again for each request.

Is that it?