So, the config file (roughly), coupled with one instance of nginx and one instance of my application (which has concurrent socket capabilities) will suffice? Would it potentially make sense to just add an alias as something like fastcgi_concurrentsockets or somesuch? I absolutely don't want multiple instances of my application running. It's not designed for multiprocess safety, only multithread.
Also, I'm not sure what Lua cosockets are, but the portmanteau sounds like 'coroutine sockets', in which case, that's what I'm doing (fibers + sockets).
Also, I'm not sure what Lua cosockets are, but the portmanteau sounds like 'coroutine sockets', in which case, that's what I'm doing (fibers + sockets).