You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <ol...@apache.org> on 2008/06/08 19:03:23 UTC

[HttpCore] 4.0-beta2 soon?

Sam et al

How do you feel about cutting the 4.0-beta2 release of HttpCore some
time soon?

Oleg 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [HttpCore] 4.0-beta2 soon?

Posted by Sam Berlin <sb...@gmail.com>.
Yup!  I've got a (minimal) working example of using httpcore-nio to
download (swarm) a single file from multiple sources, too.  And it
works!  The neatest part, IMO, is I can swap out LimeWire's NIO
subsystem for HttpCore's NIO system just by changing the
ConnectiongIOReactor, and it's all completely asynchronous (can be
done in one thread for network I/O and one thread for disk I/O) with
minimal memory overhead.

httpcore-nio gets a big thumbs-up from me.

Sam

On 6/13/08, Oleg Kalnichevski <ol...@apache.org> wrote:
> On Sun, 2008-06-08 at 14:08 -0400, Sam Berlin wrote:
> > Works for me, although I should have a better feel for it by the end
> > of this coming week.  Absolutely no strong objections, though.
> >
> > Sam
> >
>
> Sam,
>
> Shall I proceed with building prerelease packages? Do you need more
> time?
>
> Cheers
>
> Oleg
>
>
> > On Sun, Jun 8, 2008 at 1:03 PM, Oleg Kalnichevski <ol...@apache.org> wrote:
> > > Sam et al
> > >
> > > How do you feel about cutting the 4.0-beta2 release of HttpCore some
> > > time soon?
> > >
> > > Oleg
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> > > For additional commands, e-mail: dev-help@hc.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> > For additional commands, e-mail: dev-help@hc.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [HttpCore] 4.0-beta2 soon?

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sun, 2008-06-08 at 14:08 -0400, Sam Berlin wrote:
> Works for me, although I should have a better feel for it by the end
> of this coming week.  Absolutely no strong objections, though.
> 
> Sam
> 

Sam,

Shall I proceed with building prerelease packages? Do you need more
time?

Cheers

Oleg


> On Sun, Jun 8, 2008 at 1:03 PM, Oleg Kalnichevski <ol...@apache.org> wrote:
> > Sam et al
> >
> > How do you feel about cutting the 4.0-beta2 release of HttpCore some
> > time soon?
> >
> > Oleg
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> > For additional commands, e-mail: dev-help@hc.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [HttpCore] 4.0-beta2 soon?

Posted by "Asankha C. Perera" <as...@wso2.com>.
+1

.. will be good for Synapse as well as we are targeting a point release 
with some performance improvements

thanks
asankha

Oleg Kalnichevski wrote:
> On Sun, 2008-06-08 at 14:08 -0400, Sam Berlin wrote:
>   
>> Works for me, although I should have a better feel for it by the end
>> of this coming week.  Absolutely no strong objections, though.
>>
>>     
>
> All right. Let us shoot for the end of the next week then.
>
> Oleg
>
>   
>> Sam
>>
>> On Sun, Jun 8, 2008 at 1:03 PM, Oleg Kalnichevski <ol...@apache.org> wrote:
>>     
>>> Sam et al
>>>
>>> How do you feel about cutting the 4.0-beta2 release of HttpCore some
>>> time soon?
>>>
>>> Oleg
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
>>> For additional commands, e-mail: dev-help@hc.apache.org
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
>> For additional commands, e-mail: dev-help@hc.apache.org
>>
>>     
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>
>   

Re: [HttpCore] 4.0-beta2 soon?

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sun, 2008-06-08 at 14:08 -0400, Sam Berlin wrote:
> Works for me, although I should have a better feel for it by the end
> of this coming week.  Absolutely no strong objections, though.
> 

All right. Let us shoot for the end of the next week then.

Oleg

> Sam
> 
> On Sun, Jun 8, 2008 at 1:03 PM, Oleg Kalnichevski <ol...@apache.org> wrote:
> > Sam et al
> >
> > How do you feel about cutting the 4.0-beta2 release of HttpCore some
> > time soon?
> >
> > Oleg
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> > For additional commands, e-mail: dev-help@hc.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [HttpCore] 4.0-beta2 soon?

Posted by Sam Berlin <sb...@gmail.com>.
Works for me, although I should have a better feel for it by the end
of this coming week.  Absolutely no strong objections, though.

Sam

On Sun, Jun 8, 2008 at 1:03 PM, Oleg Kalnichevski <ol...@apache.org> wrote:
> Sam et al
>
> How do you feel about cutting the 4.0-beta2 release of HttpCore some
> time soon?
>
> Oleg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org