flrgh / doorbell

a flexible forward-auth server
3 stars 1 forks source link

chore(*): remove agent process #60

Closed flrgh closed 1 year ago

flrgh commented 1 year ago

This moves most file I/O out of the agent process and into worker processes where we can use ngx.run_worker_thread().

Without ngx.run_worker_thread(), I can't really use the agent process for anything meaningful right now. Maybe there will be a reason to bring it back later on.