[jira] Commented: (DIRMINA-390) IoHandler.messageSent is not called when FilterChain contains SSLFilter

2007-07-08 Thread Maarten Bosteels (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511044 ] Maarten Bosteels commented on DIRMINA-390: -- Yes, I was afraid my patch was a bit too simplistic :-) > Io

[jira] Commented: (DIRMINA-390) IoHandler.messageSent is not called when FilterChain contains SSLFilter

2007-07-08 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511025 ] Trustin Lee commented on DIRMINA-390: - Thanks for the test cases first of all. :) However, your patch doesn't se

[jira] Resolved: (DIRMINA-395) DatagramSessionImpl getLocalAddress doesn't return the local address

2007-07-08 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee resolved DIRMINA-395. - Resolution: Fixed Fix Version/s: 1.0.4 Assignee: Trustin Lee Thank you Adam. Yo

Re: Refactor ByteBuffer for 2.0?

2007-07-08 Thread Trustin Lee
On 7/8/07, cowwoc <[EMAIL PROTECTED]> wrote: Trustin Lee wrote: > >> 1) You should use allocateDirect() instead of allocate(int capacity, >> boolean >> direct) in order to stay in line with NIO's ByteBuffer > > I chose to use a boolean parameter because it is much easier for a > user to choose th

Re: Any news relating migration of Asyncweb yet?

2007-07-08 Thread robert burrell donkin
On 7/8/07, peter royal <[EMAIL PROTECTED]> wrote: On Jul 5, 2007, at 12:17 AM, Irving, Dave wrote: > That said, if someone can highlight the remaining required steps, > Im more than happy to work through them and push forward > the integration. glad to have you back. here's what Alex said last t

Re: Bad performance while opening/closing connections frequently.

2007-07-08 Thread peter royal
On Jul 5, 2007, at 2:05 AM, gh_aiyz wrote: I'm developing a server based on mina 1.03 .. but now the performance is very bad while opening/closing connections frequently. My server is designed for web page-view statistic, so it must support frequent connection opening/closing, and

Re: Any news relating migration of Asyncweb yet?

2007-07-08 Thread peter royal
On Jul 5, 2007, at 12:17 AM, Irving, Dave wrote: That said, if someone can highlight the remaining required steps, Im more than happy to work through them and push forward the integration. glad to have you back. here's what Alex said last time that was asked: -- We just need to go throug

[jira] Assigned: (DIRMINA-394) Port the 'Haiku' example to 1.0 and trunk

2007-07-08 Thread peter royal (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peter royal reassigned DIRMINA-394: --- Assignee: peter royal > Port the 'Haiku' example to 1.0 and trunk >

[jira] Updated: (DIRMINA-395) DatagramSessionImpl getLocalAddress doesn't return the local address

2007-07-08 Thread Adam Fisk (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Fisk updated DIRMINA-395: -- Attachment: datagramLocalHostConnectorPath.patch Simple patch to fix the issue for datagram connectors

Re: Refactor ByteBuffer for 2.0?

2007-07-08 Thread cowwoc
Trustin Lee wrote: > >> 1) You should use allocateDirect() instead of allocate(int capacity, >> boolean >> direct) in order to stay in line with NIO's ByteBuffer > > I chose to use a boolean parameter because it is much easier for a > user to choose the type of buffer in runtime (i.e. programat

Re: Refactor ByteBuffer for 2.0?

2007-07-08 Thread Trustin Lee
On 7/8/07, cowwoc <[EMAIL PROTECTED]> wrote: Walking through the API methos in alphabetic order: I won't answer for documentation-related issues. We already know we need a lot of work there. 1) You should use allocateDirect() instead of allocate(int capacity, boolean direct) in order to stay