I am working on http module using nginx. <br>I have one question. <br><ol><li>Is function specified in <span style="color:rgb(0,0,0);font-family:monospace;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(227,227,227);font-size:medium;display:inline!important;float:none">ngx_command_t</span> will be blocking call ?</li>
</ol>If not <br>My module description is as follow:<br>      It does read of file which is blocking call. That I think at same time worker process can't server the same client ?<br><br>The solution I am thinking is that I can do a blocking operation in one thread and call a callback to send response when response is ready. Is there a way I can tell worker process to start accepting the connection and server the response for old request when response is ready for that client?<br>
<br>Can you please suggest some better idea to server multiple client on blocking call with nginx http module ?<br><br><br><br clear="all">regards<div>Vivek Goel</div><br>