Re: removing the proton driver API

2015-01-23 Thread Andrew Stitcher
On Thu, 2015-01-22 at 10:50 -0500, Rafael Schloming wrote:
> I just noticed that dispatch seems to have it's own copy of driver.c now. I
> think that means the driver API is now dead code as messenger, the new
> reactor stuff, etc all use the newer selector API.
> 
> Is anyone else using/aware of anyone using this code in anyway? I would
> like to at a minimum deprecate it for 0.9, and preferably remove it
> entirely if it is in fact currently unused.

I'd be in favor of completely removing the driver code if it is not
used, as we're still planning to make API changes for 0.9 but make it
significantly more stable after it is released.

Andrew




Re: removing the proton driver API

2015-01-22 Thread Rafael Schloming
Yes, those are part of the driver API.

--Rafael

On Thu, Jan 22, 2015 at 11:08 AM, Darryl L. Pierce 
wrote:

> On Thu, Jan 22, 2015 at 10:50:22AM -0500, Rafael Schloming wrote:
> > I just noticed that dispatch seems to have it's own copy of driver.c
> now. I
> > think that means the driver API is now dead code as messenger, the new
> > reactor stuff, etc all use the newer selector API.
> >
> > Is anyone else using/aware of anyone using this code in anyway? I would
> > like to at a minimum deprecate it for 0.9, and preferably remove it
> > entirely if it is in fact currently unused.
>
> Are there other APIs, like listener or connector, that'll be removed as
> well?
>
> --
> Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
> Delivering value year after year.
> Red Hat ranks #1 in value among software vendors.
> http://www.redhat.com/promo/vendor/
>
>


Re: removing the proton driver API

2015-01-22 Thread Darryl L. Pierce
On Thu, Jan 22, 2015 at 10:50:22AM -0500, Rafael Schloming wrote:
> I just noticed that dispatch seems to have it's own copy of driver.c now. I
> think that means the driver API is now dead code as messenger, the new
> reactor stuff, etc all use the newer selector API.
> 
> Is anyone else using/aware of anyone using this code in anyway? I would
> like to at a minimum deprecate it for 0.9, and preferably remove it
> entirely if it is in fact currently unused.

Are there other APIs, like listener or connector, that'll be removed as
well?

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgps7d72Xxvta.pgp
Description: PGP signature


removing the proton driver API

2015-01-22 Thread Rafael Schloming
I just noticed that dispatch seems to have it's own copy of driver.c now. I
think that means the driver API is now dead code as messenger, the new
reactor stuff, etc all use the newer selector API.

Is anyone else using/aware of anyone using this code in anyway? I would
like to at a minimum deprecate it for 0.9, and preferably remove it
entirely if it is in fact currently unused.

--Rafael