Re: [jira] Work started: (DIRMINA-389) Create a Connection Throttle Filter

2007-06-23 Thread liquidchen
it's greate to have this filter, but seems only the session first connect will be succ, others will all fail JIRA [EMAIL PROTECTED] wrote: > > > [ > https://issues.apache.org/jira/browse/DIRMINA-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Work on DIRM

Re: How to use IoHandler in ClientSide

2007-06-26 Thread liquidchen
So, is it true that for the current version, there are no easy way to implement a sync socket client?? I have the same problem, for server side, it's work greate, but for a sync client, it's seems helpless... is it possible to have a new feature for this kind of purpose in the furture, thanks a lo

Re: [VOTE] Release Apache MINA 1.0.4 & 1.1.1

2007-07-12 Thread liquidchen
[X]: +1 Release 1.0.4 and 1.1.1 Trustin Lee wrote: > > Hi community, > > Apache MINA project team fixed more than 10 bugs since its last > release (1.0.3 and 1.1.0). I'd like to fire a vote for releasing the > new version for those who are waiting for more stable releases. > > This vote is

IoSocketConnector max connection

2007-10-03 Thread liquidchen
Hi, In the trunk version, can we limit the max connections for IoSocketConnector?? like a socket connection pool, because I dont want to connect to many connection to the server program, thanks a lot... -- View this message in context: http://www.nabble.com/IoSocketConnector-max-co

Re: IoSocketConnector max connection

2007-10-07 Thread liquidchen
ood functionality to add along with proxy and auto > reconnect support. > > -Mike > > mat wrote: >> I doubt whether it is supposed to be the part of IoSocketConnector's job? >> >> On 10/4/07, liquidchen <[EMAIL PROTECTED]> wrote: >>> &g

Re: IoSocketConnector max connection

2007-10-10 Thread liquidchen
It's working like a http proxy, one side is a http server, get message from http client and forward it to another tcp server, but the tcp server has limitation on concurrent connections mat-29 wrote: > > Is it load balancing's job? > > On 10/8/07, liquidchen <

Client Connection Pool support

2007-10-30 Thread liquidchen
Hi, does mina Connector provide any function can do like sokcet connection pool?? Thanks... -- View this message in context: http://www.nabble.com/Client-Connection-Pool-support-tf4722391s16868.html#a13501459 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

strange thing that Codec Encoder not fire

2007-11-05 Thread liquidchen
Hi, I write a Protocol Encoder and Decoder to receive and send length data message, decoder will receive all message by length, and encoder will add length data for remote client, and I find that the decoder will be fire when message incoming, but when I send the message to remote site, I find tha

Re: strange thing that Codec Encoder not fire

2007-11-05 Thread liquidchen
b.flip(); out.write(wb); } } Trustin Lee wrote: > > On 11/6/07, liquidchen <[EMAIL PROTECTED]> wrote: >> >> Hi, I write a Protocol Encoder and Decoder to receive and send length >> data >> message, decoder will receive all message by