Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Нужен модуль.
А кто получает это сообщение. Покажите кусок кода второго демона, с
recvmsg.
> Вот кусок кода из модуля к nginx который работает у меня с 2004 года и
> занимается как раз тем что я прошу.
> if (!error) {
> buf[0] = 0; /* null byte
> flag to recv_fd() */
> mysent = sendmsg (sockfd, &msg, 0);
> if (mysent == -1)
> rc = send_error(r,
> strerror(errno));
> else
> //if ok, and now the socket in
> the voc-daemon, let's tell nginx to
> close it:
> rc = NGX_HTTP_CLOSE;
> }
> }//end of if connect
> close(sockfd);
> }//end of if socket()
>
> Всё работает как надо. Но переделывать его у меня не хватает знаний.
>
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|