Re: [jira] Created: (HARMONY-6328) [classlib][nio] optimize SocketChannel.write(ByteBuffer[], int, int) by writev

2009-09-28 Thread Tim Ellison
On 28/Sep/2009 06:26, Regis wrote: It's a little sad it will break VME. I thought two ways to fix this: 1. add new parameter long[] to writev, which contains native address of direct buffer, but the parameters will be a little long. 2. wrap native address to Long which can be filled in

Re: [jira] Commented: (HARMONY-6312) Concurrency problems in NIO

2009-09-28 Thread Jesse Wilson
On Mon, Sep 28, 2009 at 1:58 AM, Regis Xu (JIRA) j...@apache.org wrote: In my understanding, SelectorBenchmark.java try to simulate a real scenario of using selector, so I picked benchmark from HARMONY-4879 which *only* test Selector.selectNow(), the result: svn + no mapping clients/active