Re: ApacheDS and ipv6 support on windows

2008-01-28 Thread Julien Vermillard
Hi, I don't see simple answer to this question, except waiting jdk7. But with MINA2.0, and the APR based Acceptor/Connector you have everything for bind an IPv6 port on Windows if APR support it. I'm not sure to help a lot there ;) Julien On Mon, 21 Jan 2008 13:55:25 +1100 Norval Hope [EMAIL

Re: [Asyncweb] Updates on recent changes

2008-01-28 Thread Julien Vermillard
On Sat, 26 Jan 2008 18:26:34 -0500 Alex Karasulu [EMAIL PROTECTED] wrote: Hi all, I started cleaning up and organizing the Asyncweb subproject today which entailed: o moving Asyncweb out of the sandbox into the new structure discussed here [0] with slight differences o moving

Re: [MINA] 2.0 Milestone 1 ?

2008-01-28 Thread Julien Vermillard
On Sun, 27 Jan 2008 20:24:07 +0900 Trustin Lee [EMAIL PROTECTED] wrote: On Jan 26, 2008 5:09 PM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Trustin Lee wrote: I forgot to mention that we need to move transport-serial to sandbox temporarilly due to the LGPL issue. I guess we need to

Re: [Asyncweb] Updates on recent changes

2008-01-28 Thread Alex Karasulu
Hi Julien, On Jan 28, 2008 5:27 AM, Julien Vermillard [EMAIL PROTECTED] wrote: Hi, nice job Alex, I'll try to build that today. BTW does it mean AHC is officially renamed to Asyncweb Client, it's a bit hard to follow ;) I guess unofficially we've been calling the 3 client classes for the

doubt Mina

2008-01-28 Thread Brenno Hayden
Hello , i have same doubt.. - How can I tell if the connection is udp or tcp? - The framework supports 50.000 connections simultaneous and exchange data? What was the most you succeeded? Greetings Brenno Hayden F. Dantas

Re: ApacheDS and ipv6 support on windows

2008-01-28 Thread Alex Karasulu
Cool I did not know the API transport bought us all that. Excellent! Thanks for the hint. Alex On Jan 28, 2008 4:07 AM, Julien Vermillard [EMAIL PROTECTED] wrote: Hi, I don't see simple answer to this question, except waiting jdk7. But with MINA2.0, and the APR based Acceptor/Connector you

AsyncHttpClient, Connector, disposing and parked threads

2008-01-28 Thread Julien Vermillard
Hi, Following an IRC convo, between alex, tazle and me : We had a few complaint recently about remaining unclosed socket and thread after multiple connection using the NioSocketConnector or simply the AsyncHttpClient not releasing correctly file descriptor on linux. The problem for

Re: AsyncHttpClient, Connector, disposing and parked threads

2008-01-28 Thread Alex Karasulu
Hi Julien, Thanks for the update to the mailing list. On Jan 28, 2008 12:25 PM, Julien Vermillard [EMAIL PROTECTED] wrote: Hi, Following an IRC convo, between alex, tazle and me : We had a few complaint recently about remaining unclosed socket and thread after multiple connection using the

Re: AsyncHttpClient, Connector, disposing and parked threads

2008-01-28 Thread Tuure Laurinolli
Julien Vermillard wrote: Hi, Following an IRC convo, between alex, tazle and me : We had a few complaint recently about remaining unclosed socket and thread after multiple connection using the NioSocketConnector or simply the AsyncHttpClient not releasing correctly file descriptor on linux.

Re: AsyncHttpClient, Connector, disposing and parked threads

2008-01-28 Thread Timothy Bennett
Should we get these issues logged into JIRA? Does AsyncWeb even have a JIRA space? On Jan 28, 2008 11:29 AM, Alex Karasulu [EMAIL PROTECTED] wrote: Hi Julien, Thanks for the update to the mailing list. On Jan 28, 2008 12:25 PM, Julien Vermillard [EMAIL PROTECTED] wrote: Hi, Following

ExecutorFilter

2008-01-28 Thread Martin Alderson
Hi all, I've just spent a while trying to figure out the threading behaviour of MINA in the ApacheDS replication service. Eventually I found that it was using ThreadModel and that this is now not recommended. After investigation into adding an ExecutorFilter to the end of the IoFilter chain

Getting UDP packet source

2008-01-28 Thread yangzhang
How do I get the source IP address and UDP port of a UDP packet received in this fashion? public final class Receiver extends IoHandlerAdapter { @Override public void messageReceived(IoSession session, Object obj) throws Exception { ... Thanks in advance! --

[jira] Created: (DIRMINA-522) Remove unused code in RequestResponseFilter

2008-01-28 Thread Kevin Koltzau (JIRA)
Remove unused code in RequestResponseFilter --- Key: DIRMINA-522 URL: https://issues.apache.org/jira/browse/DIRMINA-522 Project: MINA Issue Type: Bug Components: Filter Affects Versions:

Re: ApacheDS and ipv6 support on windows

2008-01-28 Thread Norval Hope
Thanks for the feedback. Further research has convinced me that the NIO library implementation in the JRockit VM suffers the same problem,. I didn't find anything explicitly referring to the IBM VM implementation in regards to this issue, but I have very little hope in that direction now either.