"trustin" wrote : Hi Alessio,
|
| Remoting 3.1 will have HTTP transport, although it's not going to be
backward-compatible in wire-level. Release date is not sure yet unfortunately.
|
| As an alternative, I'd like to suggest you to try Netty HTTP codec -
http://www.jboss.org/netty/
|
| Check the HTTP client / server example in the documentation section -
http://tinyurl.com/5w3fpb (HttpClient, HttpClientPipelineFactory, and HttpResponseHandler
are all you need to see.)
|
| It's supposed to be very efficient in dealing with large number of concurrent HTTP
connections thanks to the effectiveness and robustness of its core.
Thanks Trustin, this is exactly the kind of suggestion I expected from you guys ;-)
I'll try Netty first for sure.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218900#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...