Re: [MINA 3] filters chain modification

2011-12-16 Thread Julien Vermillard
On Thu, Dec 15, 2011 at 4:18 PM, Julien Vermillard wrote: > On Thu, Dec 15, 2011 at 4:07 PM, Emmanuel Lecharny > wrote: >> Hi, >> >> I made some modification in the filter chain controller : we don't anymore >> use some ThreadLocal variable to store the current filter positions, we use >> plain

[jira] [Issue Comment Edited] (DIRMINA-874) Typesafe AttributeKeys

2011-12-16 Thread Christian Schwarz (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171191#comment-13171191 ] Christian Schwarz edited comment on DIRMINA-874 at 12/16/11 9:13 PM: --

[jira] [Updated] (DIRMINA-874) Typesafe AttributeKeys

2011-12-16 Thread Christian Schwarz (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schwarz updated DIRMINA-874: -- Attachment: TypeSafeAttributes_v1_2011_12_16.patch Patch File Version 1 16.12.2011

[jira] [Updated] (SSHD-153) Improve handling of SSH_MSG_CHANNEL_WINDOW_ADJUST message

2011-12-16 Thread Simon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon updated SSHD-153: --- Attachment: ssh_window_adjustment_patch.diff > Improve handling of SSH_MSG_CHANNEL_WINDOW_ADJUST message >

[jira] [Created] (SSHD-153) Improve handling of SSH_MSG_CHANNEL_WINDOW_ADJUST message

2011-12-16 Thread Simon (Created) (JIRA)
Improve handling of SSH_MSG_CHANNEL_WINDOW_ADJUST message - Key: SSHD-153 URL: https://issues.apache.org/jira/browse/SSHD-153 Project: MINA SSHD Issue Type: Improvement Environ

Re: AWS might not be a good option

2011-12-16 Thread Chris Custine
It all boils down to what instance type you use. The cheaper ones aren't usually a good choice if you are testing concurrency and performance issues. If you are trying to establish peak performance numbers and you are doing distributed tests between hosts, m1.large is ok sometimes as long as the

AWS might not be a good option

2011-12-16 Thread Alex Karasulu
Hi guys, I was just thinking from past experience that we got some weird results when using virtual machines to test MINA performance issues dealing with concurrency. The presence of a hypervisor seemed to mess things up. I don't know if using Amazon will be a good option for a perf testing envir