Re: I got a question regarding putting thread pool in the IoHandlerAdapter

2007-02-15 Thread James Im
나해빈 wrote: Hi, happy korean new year~. Well, what a wonderful framework mina is! I really appreciate Trustin and other team members for developing such a great framework. Well, I got a question regarding putting thread pool in the IoHandlerAdapter. In the IoHandlerAdapter extende

I got a question regarding putting thread pool in the IoHandlerAdapter

2007-02-15 Thread 나해빈
Hi, happy korean new year~. Well, what a wonderful framework mina is! I really appreciate Trustin and other team members for developing such a great framework. Well, I got a question regarding putting thread pool in the IoHandlerAdapter. In the IoHandlerAdapter extended class (server handler), t

Re: Datagram implementation question

2007-02-15 Thread Greg Duffy
Hi, I'm in the process of completely recoding DatagramAcceptor and DatagramConnector for MINA (will be done in a week or two, as I'm busy with other stuff), and I just noticed this old issue: http://issues.apache.org/jira/browse/DIRMINA-154 As Trustin mentioned in the comments of that issue, Su

Question about a server that opens multiple SocketAcceptors

2007-02-15 Thread Paul Chen
Hi, folks, I have a server with multiple SocketAcceptors listening on 5 different socket ports. And I create 5 acceptors the following way. - int NUMBER_CPU = Runtime.getRuntime().availableProcessors(); Executor ioExecutor = Executors.newFixedThreadPool(NUMBER_POOL_THREADS); SocketAcceptor a

Re: [jira] Commented: (DIRMINA-234) Simple HTTP server based on Jakarta HttpComponents Core and MINA

2007-02-15 Thread 나해빈
Oops, I missed the point. Sorry about that. Indeed, it's very easy to employ mina with httpcomponents. Thanx for your work! and please forgive this newbie. :-) 2007/2/15, Oleg Kalnichevski (JIRA) <[EMAIL PROTECTED]>: [ https://issues.apache.org/jira/browse/DIRMINA-234?page=com.atlassian

RE: IoSession reconnect how to & Datagram Session is closing after 1 minute.

2007-02-15 Thread Murat OZDEMIR
Hi again, i guess i resolved "Datagram Session is closing after 1 minute" problem by adding ExpiringSessionRecycler into the DatagramAcceptorConfig object gprsHandlerUdpConfig now, session is not closed untill the IDLE_TIMEOUT. How happy me ;) logger.info("Preparing GPRS UDP Socket" );

RE: IoSession reconnect how to & Datagram Session is closing after 1 minute.

2007-02-15 Thread Murat OZDEMiR
Hi again, i guess i resolved "Datagram Session is closing after 1 minute" problem by adding ExpiringSessionRecycler into the DatagramAcceptorConfig object gprsHandlerUdpConfig now, session is not closed untill the IDLE_TIMEOUT. How happy me ;) logger.info("Preparing GPRS UDP Socket" );

RE: IoSession reconnect how to & Datagram Session is closing after 1 minute.

2007-02-15 Thread Murat OZDEMIR
Hi everybody. I ve two problems one of which i posted to the mail group in last week having no reply. :) I'm writing a server application which communicates mobile units on the area. Mobile units connects to server and send their datum. Problem 1) Because of the mobility despite IP is same,

IoSession reconnect how to & Datagram Session is closing after 1 minute.

2007-02-15 Thread Murat OZDEMiR
Hi everybody. I ve two problems one of which i posted to the mail group in last week having no reply. :) I'm writing a server application which communicates mobile units on the area. Mobile units connects to server and send their datum. Problem 1) Because of the mobility despite IP is same,

Re: [VOTE] Release MINA 1.0.2

2007-02-15 Thread sishen
+1 On 2/15/07, Maarten Bosteels <[EMAIL PROTECTED]> wrote: On 2/15/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > > 2007-02-14 (수), 16:43 +0100, Maarten Bosteels 쓰시길: > > If DIRMINA-352 is a valid issue, I would vote -1 until it is resolved > > but my vote is not binding, of course > > > > http:/

Re: [VOTE] Release MINA 1.0.2

2007-02-15 Thread Maarten Bosteels
On 2/15/07, Trustin Lee <[EMAIL PROTECTED]> wrote: 2007-02-14 (수), 16:43 +0100, Maarten Bosteels 쓰시길: > If DIRMINA-352 is a valid issue, I would vote -1 until it is resolved > but my vote is not binding, of course > > http://issues.apache.org/jira/browse/DIRMINA-352 This vote is for 1.0.2. The

[jira] Commented: (DIRMINA-353) Import AsyncWeb from Safehaus

2007-02-15 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473329 ] Trustin Lee commented on DIRMINA-353: - I will proceed after releasing MINA 1.0.2. I can't do two things at the

Re: heartbeat and connection monitoring

2007-02-15 Thread Trustin Lee
Robert, 2007-02-14 (수), 17:41 +, robert burrell donkin 쓰시길: > On 2/14/07, Eero Nevalainen <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I implemented this kind of thing a while ago as a part of our company > > project and thought about posting it, since it's something the framework > > could very