RE: Using UNIX domain sockets with apr

2013-09-20 Thread Bert Huijben


 -Original Message-
 From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net]
 Sent: dinsdag 17 september 2013 20:13
 To: Timo Rothenpieler
 Cc: dev@apr.apache.org
 Subject: Re: Using UNIX domain sockets with apr
 
 On Mon, 09 Sep 2013 21:06:34 +0200
 Timo Rothenpieler t...@rothenpieler.org wrote:
 
  Hi,
 
  I'm trying to use unix sockets with the apr socket functions, but it
  seems like it doesn't support that.
  In the current trunk there's an APR_UNIX define, which comes with
  additional code to make the socket api support unix sockets.
 
  The commits it's in (745763 and 745764) are from 2009, but don't
  appear to be in any release or at least release branch.
 
  Would it be possible to merge these patches to 1.4 and 1.5, so it's in
  the next releases?
  Or do I miss the right way to use unix sockets without these patches?
 
 According to our versioning policy, no.
 
 It's possible that this could appear in a 1.6.0 release if that happens
 before 2.0.0 is released.

I don't think we released 1.5.0 yet, so it should be possible to release
changes like that in 1.5.0?

Bert



Re: Using UNIX domain sockets with apr

2013-09-20 Thread William A. Rowe Jr.
Yes, that would work.

Bert Huijben b...@qqmail.nl wrote:



 -Original Message-
 From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net]
 Sent: dinsdag 17 september 2013 20:13
 To: Timo Rothenpieler
 Cc: dev@apr.apache.org
 Subject: Re: Using UNIX domain sockets with apr
 
 On Mon, 09 Sep 2013 21:06:34 +0200
 Timo Rothenpieler t...@rothenpieler.org wrote:
 
  Hi,
 
  I'm trying to use unix sockets with the apr socket functions, but it
  seems like it doesn't support that.
  In the current trunk there's an APR_UNIX define, which comes with
  additional code to make the socket api support unix sockets.
 
  The commits it's in (745763 and 745764) are from 2009, but don't
  appear to be in any release or at least release branch.
 
  Would it be possible to merge these patches to 1.4 and 1.5, so it's in
  the next releases?
  Or do I miss the right way to use unix sockets without these patches?
 
 According to our versioning policy, no.
 
 It's possible that this could appear in a 1.6.0 release if that happens
 before 2.0.0 is released.

I don't think we released 1.5.0 yet, so it should be possible to release
changes like that in 1.5.0?

   Bert



Re: Using UNIX domain sockets with apr

2013-09-20 Thread Jim Jagielski
++1
On Sep 20, 2013, at 11:32 AM, Bert Huijben b...@qqmail.nl wrote:

 
 
 -Original Message-
 From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net]
 Sent: dinsdag 17 september 2013 20:13
 To: Timo Rothenpieler
 Cc: dev@apr.apache.org
 Subject: Re: Using UNIX domain sockets with apr
 
 On Mon, 09 Sep 2013 21:06:34 +0200
 Timo Rothenpieler t...@rothenpieler.org wrote:
 
 Hi,
 
 I'm trying to use unix sockets with the apr socket functions, but it
 seems like it doesn't support that.
 In the current trunk there's an APR_UNIX define, which comes with
 additional code to make the socket api support unix sockets.
 
 The commits it's in (745763 and 745764) are from 2009, but don't
 appear to be in any release or at least release branch.
 
 Would it be possible to merge these patches to 1.4 and 1.5, so it's in
 the next releases?
 Or do I miss the right way to use unix sockets without these patches?
 
 According to our versioning policy, no.
 
 It's possible that this could appear in a 1.6.0 release if that happens
 before 2.0.0 is released.
 
 I don't think we released 1.5.0 yet, so it should be possible to release
 changes like that in 1.5.0?
 
   Bert