Routing to a certain worker

Maxim Dounin mdounin at mdounin.ru
Mon Jul 23 14:46:38 UTC 2018


Hello!

On Mon, Jul 23, 2018 at 10:45:05AM -0400, M.P. Ardhanareeswaran wrote:

> I see that NGINX can have multiple workers accepting connections 
> on the same port.  
> 
> Is it possible to route the requests to a module but in a 
> CERTAIN worker? 
> 
> I am exploring ways to implement a REST database API in a 
> module.  Initially, an application can do a POST to create a 
> database connection and it can go to any worker.  I can return a 
> URI in Location header.  Subsequent operations on this database 
> connection has to go the same worker.  
> 
> Is this possible?

No.

-- 
Maxim Dounin
http://mdounin.ru/


More information about the nginx-devel mailing list