when to call ngx_handle_write_event?i am not really understanded.

Vladimir Shebordaev vshebordaev at mail.ru
Tue Jun 5 10:48:10 UTC 2012


Hi!

ngx_handle_write_event() is the event processiong state machine
interface function that is to proper update event and connection
states after write event is fired and the data has been probably
written to the corresponding descriptor. It can optionally update
send_lowat option on the connection socket.

--
Regards,
Vladimir


2012/6/5 l.jay Yuan <pass86 at gmail.com>:
> when to call ngx_handle_write_event?i am not really understanded.
> who can explain me?
>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel
>



More information about the nginx-devel mailing list