Re: [AsyncWeb] Client redesign

2008-02-08 Thread Alan D. Cabrera
On Jan 29, 2008, at 5:46 PM, Tuure Laurinolli wrote: David M. Lloyd wrote: So basically there's been a number of suggestions as to what to name these things. Here are the two options: Name from pastebin Option 1 Option 2 - ---

Re: [AsyncWeb] Client redesign

2008-02-08 Thread Alan D. Cabrera
On Jan 29, 2008, at 2:25 PM, Mike Heath wrote: Now that Alex has an AsyncWeb subproject going, I've finally taken the time to look over the client code. I have some feedback about the client and what I would like to see change. We also discussed the client on IRC and I will summarize some of

Re: hot deploy IoFilter?

2008-02-08 Thread pnguyen42
Not exactly. By hot deploy I mean add an IoFilter to an IoSession that doesn't yet exist. The ability to add new IoFilter's to a deployed MINA application without shutting it down. And without recompiling the MINA app. I think it's doable but you would have to expose the ability to add an IoFilter

Re: hot deploy IoFilter?

2008-02-08 Thread pnguyen42
The pdf/ppt slides from the documenation show "hot deployable" as a feature. I *assume* this means the ability to add new IoFilters without recompiling code and without shutting down the application using MINA. Is my assumption incorrect? I think it can be done with JMX and dynamic class loading.

Re: hot deploy IoFilter?

2008-02-08 Thread Mike Heath
By hot deploy do you mean adding a filter to a connected IoSession? If so, look at IoSession.getFilterChain().add(...) -Mike pnguyen42 wrote: > I've read the documentation and searched this forum, but can't seem to find > doc's on how to hot deploy an IoFilter. Can anyone point me to some >

Re: hot deploy IoFilter?

2008-02-08 Thread Sangjin Lee
Can you define what you mean by "hot deploying" an IoFilter? Thanks, Sangjin On Feb 8, 2008 3:52 PM, pnguyen42 <[EMAIL PROTECTED]> wrote: > > I've read the documentation and searched this forum, but can't seem to > find > doc's on how to hot deploy an IoFilter. Can anyone point me to some > docu

hot deploy IoFilter?

2008-02-08 Thread pnguyen42
I've read the documentation and searched this forum, but can't seem to find doc's on how to hot deploy an IoFilter. Can anyone point me to some documentation for this feature? Thanks in advance... -pn42 -- View this message in context: http://www.nabble.com/hot-deploy-IoFilter--tp15366511s16868

Re : Re : [VOTE] Release Apache MINA 1.0.9 and 1.1.6.

2008-02-08 Thread Edouard De Oliveira
Yeah Thanks Julien Seems that Trustin is still having problems with his computer Cordialement, Regards, -Edouard De Oliveira- http://tedorg.free.fr/en/main.php - Message d'origine De : Emmanuel Lecharny <[EMAIL PROTECTED]> À : dev@mina.apache.org Envoyé le : Vendredi, 8 Février 2008, 1

Re: Re : [VOTE] Release Apache MINA 1.0.9 and 1.1.6.

2008-02-08 Thread Emmanuel Lecharny
Julien Vermillard wrote: Hi, I did the peon work and released the 1.0.9 and 1.1.6 version of MINA. The artifact are under sync, they are going to be uploaded to apache mirror in 24H. Normally you will find the artifact first here : http://www.apache.org/dist/mina/ 1.0.9 is here, 1.1.6 will com

Re: Re : [VOTE] Release Apache MINA 1.0.9 and 1.1.6.

2008-02-08 Thread Julien Vermillard
Hi, I did the peon work and released the 1.0.9 and 1.1.6 version of MINA. The artifact are under sync, they are going to be uploaded to apache mirror in 24H. Normally you will find the artifact first here : http://www.apache.org/dist/mina/ 1.0.9 is here, 1.1.6 will come as soon as the lazy Apach

[jira] Commented: (DIRMINA-527) should be able to set connect timeout in milliseconds

2008-02-08 Thread Eero Nevalainen (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566948#action_12566948 ] Eero Nevalainen commented on DIRMINA-527: - The ruling seems to be "no API changes

Re: sessionClosed is not called sometimes in heavy stress test contions.

2008-02-08 Thread jhcha
Thank Mike for replying my question. I read your answers but... I think MINA already knew the session was being closed in my questioned situation. because my server session always close after sending the echo data and I debugged MINA source org.apache.mina.transport.socket.nio.SocketIoProcesso