Re: Comparison with NIO Framework

2007-11-04 Thread Trustin Lee
On 11/4/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > > After I announced it on the Sun Developer Forums someone pointed me to MINA. > > Therefore I wrote some simple benchmarks to compare MINA with my framework > > and got surprisingly bad results with MINA, see here: > > http://forum.java.sun.c

[jira] Closed: (DIRMINA-469) Write throughput is horribly low.

2007-11-04 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee closed DIRMINA-469. --- Resolution: Fixed Fixed. :) > Write throughput is horribly low. > -

[jira] Created: (DIRMINA-469) Write throughput is horribly low.

2007-11-04 Thread Trustin Lee (JIRA)
Write throughput is horribly low. - Key: DIRMINA-469 URL: https://issues.apache.org/jira/browse/DIRMINA-469 Project: MINA Issue Type: Bug Components: Transport Affects Versions: 1.1.4, 1.0.7, 1.1

Re: Client Connection Pool support

2007-11-04 Thread Vishal_Jain
Is there a way this can be implemented with existing features till we wait for version 2.0 ? vishal Trustin Lee wrote: > > On 10/31/07, liquidchen <[EMAIL PROTECTED]> wrote: >> >> Hi, does mina Connector provide any function can do like sokcet >> connection >> pool?? Thanks... > > Not yet.

[jira] Commented: (DIRMINA-144) Traffic shaping filter

2007-11-04 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540121 ] Trustin Lee commented on DIRMINA-144: - You can test the throughput using the following sample application and ne

[jira] Resolved: (DIRMINA-144) Traffic shaping filter

2007-11-04 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee resolved DIRMINA-144. - Resolution: Fixed Assignee: Trustin Lee I've just added TrafficShapingFilter, which works

Re: WriteTimeoutException immediately following write

2007-11-04 Thread Seth Pollack
> Whenever something is > written, lastWriteTime is updated automatically, and > WriteTimeoutException is raised only when lastWriteTime has not been > updated for a certain amount of time. Looking into > SocketIoProcessor.java, it attempts to write first (i.e. doFlush()) > and then check timeou

[jira] Created: (DIRMINA-468) SSL implementation, message size limitation (16384 bytes, 16K)

2007-11-04 Thread Oren Kafka (JIRA)
SSL implementation, message size limitation (16384 bytes, 16K) -- Key: DIRMINA-468 URL: https://issues.apache.org/jira/browse/DIRMINA-468 Project: MINA Issue Type: Bug Com

Re: Comparison with NIO Framework

2007-11-04 Thread Trustin Lee
Hi Ronny, Thanks for posting the message to the forum first of all. I usually don't monitor Sun forum. The Sun form was down, so I've just seen the post. On 11/4/07, Ronny Standtke <[EMAIL PROTECTED]> wrote: > Hi all, > > Unaware of MINA I also implemented a very simple NIO framework: > http://

Re: Comparison with NIO Framework

2007-11-04 Thread John Preston
Can you post the results. John On 11/4/07, Ronny Standtke <[EMAIL PROTECTED]> wrote: > > Hi all, > > Unaware of MINA I also implemented a very simple NIO framework: > http://nioframework.sourceforge.net > > After I announced it on the Sun Developer Forums someone pointed me to MINA. > Therefore I

[jira] Updated: (DIRMINA-467) IoFilter has to filter a setTrafficMask call.

2007-11-04 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee updated DIRMINA-467: Description: So far, setTrafficMask operation (such as suspend/resume Read/Write) was treated dif

[jira] Resolved: (DIRMINA-467) IoFilter has to filter a setTrafficMask call.

2007-11-04 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee resolved DIRMINA-467. - Resolution: Fixed Fix Version/s: 2.0.0-M1 > IoFilter has to filter a setTrafficMask call.

[jira] Created: (DIRMINA-467) IoFilter has to filter a setTrafficMask call.

2007-11-04 Thread Trustin Lee (JIRA)
IoFilter has to filter a setTrafficMask call. - Key: DIRMINA-467 URL: https://issues.apache.org/jira/browse/DIRMINA-467 Project: MINA Issue Type: New Feature Components: Core Affects

Comparison with NIO Framework

2007-11-04 Thread Ronny Standtke
Hi all, Unaware of MINA I also implemented a very simple NIO framework: http://nioframework.sourceforge.net After I announced it on the Sun Developer Forums someone pointed me to MINA. Therefore I wrote some simple benchmarks to compare MINA with my framework and got surprisingly bad results wit