Thank you, I'll try that. By the way, one possible solution would be on OS side... for example setting /proc/sys/net/ipv4/tcp_tw_recycle to 1, made big difference in app's behavior.. However controlling this from HttpClient would be a better approach, I think.
Thanks again. On Wed, Feb 17, 2010 at 3:03 AM, Oleg Kalnichevski <[email protected]> wrote: > On Tue, 2010-02-16 at 11:20 -0600, Octavian Covalschi wrote: > > Hello guys. > > > > I hope it's right place to ask. > > > > Yes, it is > > > > I was hoping to find out when(aprox at least) 4.1 Beta1 release will be > > public available? Main reason for me being SO_REUSEADDR change occurred > > couple of weeks ago. > > > > There are still 4 open JIRA issues targeted for the next release and I > suspect it may still take a few months before they are addressed. > > > > One option would be to build from trunk, however I'm concerned about > > eventual API changes. > > > > Snapshots off the trunk should be fully API compatible with 4.0.x. Only > methods and classes tagged with @since 4.1 may change but that would be > quite unlikely. > > Hope this answers your question. > > cheers > > Oleg > > > > Thank you. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
