Welcome! Log In Create A New Profile

Advanced

Re: Event based implementation in http module

Maxim Dounin
May 07, 2012 01:14PM
Hello!

On Mon, May 07, 2012 at 08:19:48PM +0530, vivek goel wrote:

> I am working on http module using nginx.
> I have one question.
>
> 1. Is function specified in ngx_command_t will be blocking call ?
>
> If not
> My module description is as follow:
> It does read of file which is blocking call. That I think at same
> time worker process can't server the same client ?

Functions specified in ngx_command_t structures are configuration
parsing handlers, they are executed during configuration parsing
within master process and are allowed to block (as this doesn't
affect worker processes and hence request handling).

Maxim Dounin

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

Event based implementation in http module

goelviek2011@gmail.com 1513 May 07, 2012 10:50AM

Re: Event based implementation in http module

Maxim Dounin 531 May 07, 2012 01:14PM

Re: Event based implementation in http module

goelviek2011@gmail.com 692 May 07, 2012 01:28PM

Re: Event based implementation in http module

agentzh 557 May 08, 2012 01:14AM

Re: Event based implementation in http module

goelviek2011@gmail.com 702 May 08, 2012 01:48AM

Re: Event based implementation in http module

agentzh 738 May 08, 2012 08:16AM

Re: Event based implementation in http module

goelviek2011@gmail.com 759 May 12, 2012 03:58AM



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

Online Users

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