Welcome! Log In Create A New Profile

Advanced

Re: Routing to a certain worker

Maxim Dounin
July 23, 2018 11:36AM
Hello!

On Mon, Jul 23, 2018 at 11:24:30AM -0400, M.P. Ardhanareeswaran wrote:

> I am developing a customer, HTTP client application. So the
> only choice for me, it appears, is to reuse the initial
> connection (which is persistent) for subsequent operations. Do
> you see issues there?

Yes. Any attempt to rely on a connection being persistent
contradicts stateless nature of HTTP, and doing so will cause
problems. For example, we've all seen how Microsoft's NTLM
authentication fails to work through proxy servers. Don't repeat
this mistake.

Worker processes are expected to be equal, and if you need a
particular worker process to handle further requests for some
reason - you may want to rethink the architecture.

--
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

Routing to a certain worker

M.P. Ardhanareeswaran 415 July 23, 2018 10:46AM

Re: Routing to a certain worker

Maxim Dounin 168 July 23, 2018 10:48AM

Re: Routing to a certain worker

M.P. Ardhanareeswaran 163 July 23, 2018 11:26AM

Re: Routing to a certain worker

Maxim Dounin 176 July 23, 2018 11:36AM

Re: Routing to a certain worker

M.P. Ardhanareeswaran 152 July 23, 2018 01:54PM

Re: Routing to a certain worker

Maxim Dounin 186 July 23, 2018 03:16PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 144
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready