apache-mina
Pipe transfer blocks when writing object with small pipe size
I\'m having a bit of problem with an example I\'m currently testing. For some reason, the execution blocks when writing at oos.writeObject(new SimpleObject());, despite that fact that the pipe should[详细]
2022-12-22 14:51 分类:问答MINA: Is finishDecode where I send a response message?
In using Apache MINA, I\'m sending a login request from the client, which is interpreted on the server via LoginRequestDecoder (implements org.apache.mina.filter.codec.demux.MessageDecoder).[详细]
2022-12-16 15:41 分类:问答Trouble synchronizing threads with Apache Mina
I\'m using Apache Mina 1.1.7 and Java 1.6. The server sends a sequence of three messages to the client in loop. Sometimes two sets of messages overlap. For example, I am expecting:[详细]
2022-12-13 07:03 分类:问答Java Server Side App, How to?
I am building a scalable Server Side App in Java but I need to know the \"Do\'s and the Dont\'s\". The app needs clients to connect to the server via TCP Sockets, I heard lot of good things about Apa[详细]
2022-12-12 15:40 分类:问答Netty vs Apache MINA
They both provide roughly the same functionality. Which one should I choose to develop m开发者_高级运维y high-performance TCP server? What are the pros & cons?[详细]
2022-12-09 12:44 分类:问答