Welcome! Log In Create A New Profile

Advanced

Re: [Patch] Allow listening on Unix domain sockets

All files from this thread

File Name File Size   Posted by Date  
patch.listen.unix.txt 2.8 KB open | download Igor Sysoev 10/23/2009 Read message
patch.listen.unix1.txt 6.5 KB open | download Igor Sysoev 10/25/2009 Read message
Nick Pearson
October 23, 2009 04:42PM
Is this not supported already? I don't know for sure that it is, but
I was recently reading on the github blog about setting up nginx with
unicorn, and using domain sockets is how they do it:

http://github.com/blog/517-unicorn

Maybe they modified nginx themselves, but from the article it doesn't
sound like it.

Anyway, if it's not included in nginx already, then +1 from me too.

Nick

On Fri, Oct 23, 2009 at 3:16 PM, Cliff Wells <cliff@develix.com> wrote:
> +1 on this (assuming the patch is acceptable).
>
> Regards,
> Cliff
>
> On Fri, 2009-10-23 at 15:12 +0200, Hongli Lai wrote:
>> Hi.
>>
>> The attached patch allows Nginx to listen on Unix domain sockets, like
>> this:
>>
>>   server {
>>      listen unix:/tmp/nginx.sock;
>>      server_name foobar.com;
>>      root /webapps/foobar;
>>   }
>>
>> We use it to improve proxying performance; Unix domain sockets are
>> faster than TCP sockets.
>>
>> I'd like to see this patch getting merged upstream. Could a maintainer
>> please review this patch?
>>
>> With kind regards,
>> Hongli Lai
>>
>> Attachments:
>> http://www.ruby-forum.com/attachment/4174/nginx-unix-sockets.diff
>>
> --
> http://www.google.com/search?q=vonage+sucks
>
>
>
Subject Author Posted

[Patch] Allow listening on Unix domain sockets

Hongli Lai October 23, 2009 09:18AM

Re: [Patch] Allow listening on Unix domain sockets

Cliff Wells October 23, 2009 04:22PM

Re: [Patch] Allow listening on Unix domain sockets

Nick Pearson October 23, 2009 04:42PM

Re: Allow listening on Unix domain sockets

Hongli Lai October 23, 2009 04:56PM

Re: [Patch] Allow listening on Unix domain sockets

slact October 23, 2009 04:56PM

Re: [Patch] Allow listening on Unix domain sockets Attachments

Igor Sysoev October 23, 2009 05:26PM

Re: Allow listening on Unix domain sockets

Hongli Lai October 23, 2009 08:04PM

Re: Allow listening on Unix domain sockets Attachments

Igor Sysoev October 25, 2009 06:32AM

Re: Allow listening on Unix domain sockets

Hongli Lai November 17, 2009 05:56AM

Re: Allow listening on Unix domain sockets

Hongli Lai November 17, 2009 06:00AM

Re: Allow listening on Unix domain sockets

Igor Sysoev November 17, 2009 09:16AM

Re: [Patch] Allow listening on Unix domain sockets

Maxim Dounin October 23, 2009 06:44PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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