Welcome! Log In Create A New Profile

Advanced

Re: Any caveat in using post_action?

Maxim Dounin
November 06, 2012 09:44AM
Hello!

On Tue, Nov 06, 2012 at 09:42:22PM +0800, howard chen wrote:

> Hi,
>
> I am going to use post_action for mirroring the load for performance
> testing to new backend.
>
> But according to the doc:
>
> >> Note: this directive "has subtleties" according to Maxim Dounin, so use
> at your own risk.

There is no official documentation on the "post_action" directive
(you may check yourself at http://nginx.org/en/docs/), and it's on
purpose. What you are quoting is wiki.

> Some questions:
>
> 1. Is the post_action blocking to the user request? Or the sub request is
> truly async and not affecting to the user?

The post_action is executed in the context of the main request,
and will block further work on the same client connection till
it's complete.

That is, it's unlikely a good idea to use post_action for
performance testing. I would recommend logging requests instead
and re-executing them with a separate process.

[...]

--
Maxim Dounin
http://nginx.com/support.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Any caveat in using post_action?

howard chen November 06, 2012 08:44AM

Re: Any caveat in using post_action?

Maxim Dounin November 06, 2012 09:44AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 177
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