<HTML><HEAD><META content="text/html; charset=UTF-8" http-equiv="Content-Type"></HEAD><BODY>http://www.jboss.org/netty/related-projects<BR>
<BR>
Is this what you are looking for?<BR>
<BR>
Kevin Burton wrote:<BR>
> If netty were to remain just an API then linking to people that use <BR>
> the higher level API would be beneficial.<BR>
><BR>
> I don't really want to maintain the HTTP client I wrote for Peregrine <BR>
> but I didn't have any solution for HTTP PUT...<BR>
><BR>
> Kevin<BR>
><BR>
> On Thu, Oct 27, 2011 at 4:19 PM, Vibul Imtarnasan <vibuli@gmail.com <BR>
> <mailto:vibuli@gmail.com>> wrote:<BR>
><BR>
> Hi,<BR>
><BR>
> I too like the fact that Netty is just an API without too many<BR>
> dependencies.<BR>
><BR>
> Maybe a solution is to list and link to the<BR>
> different apps/libraries that use Netty on the current web site or<BR>
> in a wiki somewhere? Although there will be nothing "official",<BR>
> I'm sure users will congregate round the apps/libraries that best<BR>
> suit their different needs.<BR>
><BR>
> Is there such a page? If not, would it be beneficial to create one?<BR>
><BR>
> Regards<BR>
> Vibul<BR>
><BR>
><BR>
> On 28 October 2011 05:20, Norman Maurer<BR>
> <norman.maurer@googlemail.com<BR>
> <mailto:norman.maurer@googlemail.com>> wrote:<BR>
><BR>
> I think its a good think for netty to just be an api.. This<BR>
> helps to<BR>
> concentrate on the "core" and does not push to much<BR>
> dependencies etc<BR>
> in.<BR>
><BR>
> Bye,<BR>
> Norman<BR>
><BR>
><BR>
> 2011/10/27 Kevin Burton <burtonator@gmail.com<BR>
> <mailto:burtonator@gmail.com>>:<BR>
> > I was looking at NETTY-333 (and have been thinking about<BR>
> this a bit lately)<BR>
> ><BR>
> ><BR>
> https://issues.jboss.org/browse/NETTY-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel#issue-tabs<BR>
> ><BR>
> > ... and I think Netty should ship an official HTTP client.<BR>
> Not just an<BR>
> > example.<BR>
> ><BR>
> > This would be a replacement for java.net.URL or say Jakarta<BR>
> HttpClient.<BR>
> ><BR>
> > This would have the following advantages:<BR>
> ><BR>
> > 1. More people would be able to use Netty. Right now Netty<BR>
> is mostly an API<BR>
> > for building clients and servers but this would mean that<BR>
> people can use<BR>
> > Netty out of the box for their usages.<BR>
> ><BR>
> > 2. The client would use best practices and avoid common<BR>
> bugs. I built a<BR>
> > client in Peregrine that uses Netty and I've already been<BR>
> bitten by a few<BR>
> > issues I didn't anticipate.<BR>
> ><BR>
> > 3. Developers would benefit from bugs fixed in the client<BR>
> moving forward as<BR>
> > they are fixed.<BR>
> ><BR>
> > I also think we may need to build a different type of client<BR>
> that isn't<BR>
> > necessarily fully async.<BR>
> ><BR>
> > What I did with peregrine (as it fits directly into the<BR>
> model I need) is<BR>
> > that we write to a buffer from the main thread. The buffer<BR>
> then writes to<BR>
> > Netty which then does Async IO (this is an HTTP PUT<BR>
> client). The great<BR>
> > thing about this model is that if the receiver can't handle<BR>
> the data being<BR>
> > sent to it, the client just blocks.<BR>
> ><BR>
> > In our usage we often write from 1 client to N servers. <BR>
> Anywhere from<BR>
> > 10-1000 ... so the async buys us the ability to not need 1k<BR>
> threads doing<BR>
> > the IO.<BR>
> ><BR>
> > Thoughts?<BR>
> ><BR>
> > _______________________________________________<BR>
> > netty-users mailing list<BR>
> > netty-users@lists.jboss.org <mailto:netty-users@lists.jboss.org><BR>
> > https://lists.jboss.org/mailman/listinfo/netty-users<BR>
> ><BR>
><BR>
> _______________________________________________<BR>
> netty-users mailing list<BR>
> netty-users@lists.jboss.org <mailto:netty-users@lists.jboss.org><BR>
> https://lists.jboss.org/mailman/listinfo/netty-users<BR>
><BR>
><BR>
><BR>
> _______________________________________________<BR>
> netty-users mailing list<BR>
> netty-users@lists.jboss.org <mailto:netty-users@lists.jboss.org><BR>
> https://lists.jboss.org/mailman/listinfo/netty-users<BR>
><BR>
><BR>
> _______________________________________________<BR>
> netty-users mailing list<BR>
> netty-users@lists.jboss.org<BR>
> https://lists.jboss.org/mailman/listinfo/netty-users</BODY></HTML>