Re: [MINA 3.0] Thougts about the selectors

2010-02-11 Thread Julien Vermillard
The way selectors are done in the MINA 3 branch embryo, you'll be able to try several strategies. Le Thu, 11 Feb 2010 08:37:06 +0100, Emmanuel Lecharny elecha...@apache.org a écrit : I agree. However, I think the current distribution of selectors through IoProcessor was done on the same basis

Re: [MINA 3.0] Thougts about the selectors

2010-02-11 Thread Emmanuel Lecharny
On 2/11/10 7:54 AM, Julien Vermillard wrote: Le Wed, 10 Feb 2010 13:28:11 -0800, Alan D. Cabreral...@toolazydogs.com a écrit : On Feb 4, 2010, at 4:53 AM, Emmanuel Lecharny wrote: I have reviewed the way we use the Selector in MINA 2.0. Here are some of the thoughts I have about

Re: [MINA 3.0] Thougts about the selectors

2010-02-11 Thread Ashish
I would ad that reading http://weblogs.java.net/blog/2006/07/07/tricks-and-tips-nio-part-iii-thread-or-not-thread could give some clues about what to do and what not to do. Of course, we can do our own experimentation, but we can also trust those we *know* they know what they are talking

Re: [MINA 3.0] Thougts about the selectors

2010-02-11 Thread Julien Vermillard
Le Thu, 11 Feb 2010 14:17:08 +0100, Emmanuel Lecharny elecha...@gmail.com a écrit : On 2/11/10 7:54 AM, Julien Vermillard wrote: Le Wed, 10 Feb 2010 13:28:11 -0800, Alan D. Cabreral...@toolazydogs.com a écrit : On Feb 4, 2010, at 4:53 AM, Emmanuel Lecharny wrote: I

Hudson build is back to stable : MINA-trunk #216

2010-02-11 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/MINA-trunk/216/changes

Hudson build is back to stable : MINA-trunk » Apache MINA Core #216

2010-02-11 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/MINA-trunk/org.apache.mina$mina-core/216/changes

[jira] Commented: (DIRMINA-763) Errors with Datagram when running tests on linux

2010-02-11 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832543#action_12832543 ] Niklas Gustavsson commented on DIRMINA-763: --- Great fix, it was breaking our

Re: [MINA 3.0] About listeners

2010-02-11 Thread Alan D. Cabrera
On Feb 10, 2010, at 11:31 PM, Emmanuel Lecharny wrote: On Wed, Feb 10, 2010 at 11:33 PM, Alan D. Cabrera l...@toolazydogs.com wrote: On Feb 4, 2010, at 1:26 AM, Emmanuel Lecharny wrote: Hi guys, I'm looking with the listener Interface. Listeners can be attached to a IoService in order

Re: [MINA 3.0] Thougts about the selectors

2010-02-11 Thread Alan D. Cabrera
On Feb 10, 2010, at 11:38 PM, Emmanuel Lecharny wrote: On Thu, Feb 11, 2010 at 7:54 AM, Julien Vermillard jvermill...@archean.frwrote: I tried to follow the code for IoProcessor and my brain hurts. :) Did I read correctly that the sessions are partitioned between N IoProcessors? If so,

Re: [MINA 3.0] Thougts about the selectors

2010-02-11 Thread Julien Vermillard
Le Thu, 11 Feb 2010 08:09:55 -0800, Alan D. Cabrera l...@toolazydogs.com a écrit : On Feb 10, 2010, at 11:38 PM, Emmanuel Lecharny wrote: On Thu, Feb 11, 2010 at 7:54 AM, Julien Vermillard jvermill...@archean.frwrote: I tried to follow the code for IoProcessor and my brain hurts.

Re: [MINA 3.0] Thougts about the selectors

2010-02-11 Thread Ashish
Yes, it still hurts... Plus the fact that we are barely no serious unit tests ... Credit goes to Emm :-)) hmm... well we all need to get together in one of the ApacheCon and have beer :-) An no tomato sauce either ... Sigh, the French and their obsession with sauces... Oh man, and i

[jira] Reopened: (DIRMINA-732) Session Idle events never comes in sessions managed by NioDatagramAcceptor

2010-02-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reopened DIRMINA-732: --- It's totally fucked up. The fix is OK, but it's a hack. The real issue is that when

[jira] Resolved: (DIRMINA-732) Session Idle events never comes in sessions managed by NioDatagramAcceptor

2010-02-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-732. --- Resolution: Fixed Another patch is possible...