netty
What's the difference between Jetty and Netty?
What is the main difference between Jetty and Netty? Ne开发者_Go百科tty is part of Jboss, but is it the default web server container?[详细]
2023-02-19 07:20 分类:问答java Tigase Perforamnce
Why Tigase Server can reach so many connections? http://www.tigase.org/content/tigase-load-tests-again-50开发者_StackOverflow0k-user-connections[详细]
2023-02-13 19:01 分类:问答Netty performance
Is there any real difference to the performance when you use Netty and if you don\'t use it in an application with tens of thousand of connect开发者_JS百科ions?Not really, a good reason to use Netty i[详细]
2023-02-13 18:36 分类:问答ExtJS JsonStore and Netty
Im trying to impelement comunication between ExtJS and Java I\'m sending requests from ExtJS to a Java server thats using netty. I would appriciate if someone could send me an example of how the respo[详细]
2023-02-08 07:26 分类:问答How to read/write with netty when other side is using readUTF/writeUTF?
I\'m trying to communicate with a server that uses DataInputStream.readUTF and DataOutputStream.writeUTF.[详细]
2023-02-07 00:41 分类:问答pausing message sending & receiving from a java web app
need help in designing a web app that can send and receive messages. it must have a pause functionality. i am having trouble in thinking how can i pause the sending and receiving (threads scare me T_T[详细]
2023-02-03 11:00 分类:问答Java Http Tunneling
I\'m currently trying to implement a Http Tunnel between a Java Client(That Includes Netty) to a server, so I would like to know if there\'s any server that is also based on Netty to support thi开发者[详细]
2023-02-02 00:27 分类:问答Is it worthy to migrate quickfixj from Mina to Netty?
I am writing a FIX buyside GUI based on quickfixj. Although the performance is not an issue to a GUI, I am thinking of migrating the quickfixj from Mina to Netty as I would like to develop it to a bu[详细]
2023-01-18 01:08 分类:问答Using JAVA NIO framework in SPRING server
I\'m implementing an hybrid server application that mixes a Web-Servlet and a plain Java application.[详细]
2023-01-17 10:57 分类:问答Setting socket timeout on netty channel
I have a netty channel and I would like to set a timeout on the underlying socket ( it is set by default to 0 ).[详细]
2023-01-16 04:44 分类:问答