Re: [cgi-devel] Unix sockets timeline
Status: Beta
Brought to you by:
drrngrvy
From: Darren G. <lis...@go...> - 2010-07-26 23:43:38
|
Hi Ankur, On 26 July 2010 07:02, Ankur Gupta <ank...@gm...> wrote: > Is there any timeline for Unix domain sockets implementation? This should > help performance quite a bit I feel. > I have been making a large chunk of changes locally, none of which are in the repository quite yet. These changes include support for TCP sockets on Windows (ie. for external FastCGI) and for Unix sockets, both of which are compile-time choices. There is also an experimental dynamic wrapper over the main classes of the library, which allows for protocol and / or connection type to be picked at runtime. I will try and find time to commit these in the next couple of weeks. Especially with the dynamic CGI stuff, I'm still a bit unsure about the naming conventions, async functionality and a couple of other details so it'd be interesting to see what other's thoughts were. Cheers, Darren |