Re: [VOTE] Releasing MINA 1.0.1

2006-10-23 Thread Niklas Therning
[X]: +1, Release [ ]: 0, Abstain [ ]: -1, Don't release /Niklas

Re: [VOTE] Releasing MINA 1.0.1

2006-10-23 Thread Hanson Char
[x]: +1, Release [ ]: 0, Abstain [ ]: -1, Don't release Hanson

RE: [VOTE] Releasing MINA 1.0.1

2006-10-23 Thread Hieu Phan Thanh
[x]: +1, Release [ ]: 0, Abstain [ ]: -1, Don't release Thanks & best regards, Hieu Phan.

Re: org/apache/mina/filter/thread package

2006-10-23 Thread Trustin Lee
Hello Adam, On 10/22/06, Adam Duston <[EMAIL PROTECTED]> wrote: The org/apache/mina/filter/thread package ( http://directory.apache.org/subprojects/mina/apidocs/org/apache/mina/filter/thread/ ) seems to be missing from all the 1.0.0 versions of mina. are the javadocs outdated? It's gone and

RE: [VOTE] Releasing MINA 1.0.1

2006-10-23 Thread Dawie Malan
*** Click here to view our e-mail legal notice: http://www.mxit.co.za/pdfs/mxit_legal.pdf or call: +27 21 888 5000 *** [x]: +1, Release [ ]: 0, Abstain [ ]: -1, Don't rel

[VOTE] Releasing MINA 1.0.1

2006-10-23 Thread Trustin Lee
Hi all, We've found quite a lot of bugs in MINA 1.0, and they are mostly fixed now: http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=10670&fixfor=12312080 (please ignore documentation issues, we are still working on setting up the new web site.) Some are quite critical, s

Re: Forcing IoService.handler read-only.

2006-10-23 Thread Niklas Therning
Trustin Lee wrote: Hi, In MINA 1.1, we can call IoService.setHandler() whenever we want. Any incoming connections will use the handler currently set. But is it a good way to set different handler for different sessions in the same service? We didn't have this problem in 1.0 because we had t

Forcing IoService.handler read-only.

2006-10-23 Thread Trustin Lee
Hi, In MINA 1.1, we can call IoService.setHandler() whenever we want. Any incoming connections will use the handler currently set. But is it a good way to set different handler for different sessions in the same service? We didn't have this problem in 1.0 because we had to specify the handler

[VOTE] Discontinuing MINA 0.8 branch

2006-10-23 Thread Hieu Phan Thanh
[X]: +1 Discontinue 0.8 after releasing 0.8.4 as the last release in 0.8branch. [ ]: 0 Abstain [ ]: -1 Don't discontinue 0.8. I'm migrating from mina-0.8 to 1.0.x. The API is easier to use than 0.8. Thanks & best regards, Hieu Phan.

Re: [VOTE] Discontinuing MINA 0.8 branch

2006-10-23 Thread Hanson Char
[x]: +1 Discontinue 0.8 after releasing 0.8.4 as the last release in 0.8branch. [ ]: 0 Abstain [ ]: -1 Don't discontinue 0.8. Focus on the future, not the past. Hanson

Re: [VOTE] Discontinuing MINA 0.8 branch

2006-10-23 Thread Cameron Taggart
[X]: +1 Discontinue 0.8 after releasing 0.8.4 as the last release in 0.8branch. [ ]: 0 Abstain [ ]: -1 Don't discontinue 0.8. The API changes in 1.1 make MINA easier to use. I look forward to Java 5 support someday with the API making use of covariance and generics to make things even easier. C

[jira] Commented: (DIRSERVER-763) Support for migrating from RC1 to 1.0 - NullPointerException in DefaultPartitionNexus.java:531

2006-10-23 Thread Ralf Hauser (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-763?page=comments#action_12444189 ] Ralf Hauser commented on DIRSERVER-763: --- Haven't made a full stand-alone test set yet, but some first hints that may solve the problem:

[jira] Commented: (DIRMINA-273) Session created with non-existent service

2006-10-23 Thread Raman Gupta (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-273?page=comments#action_12444186 ] Raman Gupta commented on DIRMINA-273: - I also tried and failed to reproduce this on Linux. In addition, I tried and failed to reproduce this on Solaris 8.

[jira] Resolved: (DIRMINA-266) SocketAcceptor.bind() requires address != null and port != 0... why? Also can get to ServerSocketChannel.socket().getLocalSocketAddress()

2006-10-23 Thread Trustin Lee (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-266?page=all ] Trustin Lee resolved DIRMINA-266. - Fix Version/s: 1.0.1 1.1 Resolution: Fixed Assignee: Trustin Lee Done. The fix has been applied to 1.0.1 and 1.1. Please

Re: Experiences with bulk connections

2006-10-23 Thread 凌晨
Dear Trustin, I traced the stack traces then I found there were many connections closed normally, which could be my test clients' problems and the 'Connection rest' as you mentioned to upgrade my hardware,the followed descriptions are about my hard&soft-ware environment. Linux version 2.6.9-22.

Re: Experiences with bulk connections

2006-10-23 Thread Trustin Lee
Hi Michael, On 10/20/06, Michael Bauroth <[EMAIL PROTECTED]> wrote: Now the same test needed 450 seconds until success! 1.0 introduced IoServiceListener and maintains the list of sessions for connectors. It might be the cause of the problem, but I am not sure yet. I think you need to provi

RE: [VOTE] Discontinuing MINA 0.8 branch

2006-10-23 Thread Kok Hoor \(Gmail\)
[x]: +1 Discontinue 0.8 after releasing 0.8.4 as the last release in 0.8branch. [ ]: 0 Abstain [ ]: -1 Don't discontinue 0.8. Regards, Kok Hoor

[VOTE] Discontinuing MINA 0.8 branch

2006-10-23 Thread Trustin Lee
Hi community, We released the new stable release of MINA recently, the version 1.0. Considering our limited capacity of maintaining multiple branches, I think maintaining two stable branches can slow down our progress in unstable branch which is supposed to provide more advanced features and clea

Re: Experiences with bulk connections

2006-10-23 Thread Trustin Lee
Hi James, On 10/20/06, 凌晨 <[EMAIL PROTECTED]> wrote: Just yesterday I did almost the same test.Established 1000 connections per second and 2 at all,every connetion sent small data package as soon as connected to register itself to the server(HashMap).During the whole procedure,many a former

[jira] Commented: (DIRMINA-273) Session created with non-existent service

2006-10-23 Thread Trustin Lee (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-273?page=comments#action_12444166 ] Trustin Lee commented on DIRMINA-273: - I can't reproduce this problem in Linux. I ran the loop 50k times without any problem. Could you test in Windows XP?

Re: [VOTE] Releasing MINA 1.0.1

2006-10-23 Thread Trustin Lee
On 10/24/06, Trustin Lee <[EMAIL PROTECTED]> wrote: [X]: +1, Release Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP key fingerprints: * E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4E7E * B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6

Re: [VOTE] Discontinuing MINA 0.8 branch

2006-10-23 Thread Trustin Lee
On 10/24/06, Trustin Lee <[EMAIL PROTECTED]> wrote: [X]: +1 Discontinue 0.8 after releasing 0.8.4 as the last release in 0.8branch. Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP key fingerprints: * E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4

Memory consumption should be less in 1.1.

2006-10-23 Thread Trustin Lee
Hi, I removed several unnecessary fields from SocketSessionImpl today. If you are using MINA 1.1 (trunk), please let us know if memory consumption got better. I didn't remove any performance counters at all, so the improvement might not be dramatic. Thanks in advance, Trustin -- what we call h

Re: Mitosis internal architecture

2006-10-23 Thread Trustin Lee
On 10/24/06, Alex Karasulu <[EMAIL PROTECTED]> wrote: Trustin Lee wrote:> For those who have an interest in Mitosis which is checked into our> source code repository recently...>> Please take a look at the text file I attached to this message.  I think > Mitosis is far from perfection and needs a l

[jira] Commented: (DIRSERVER-763) Support for migrating from RC1 to 1.0 - NullPointerException in DefaultPartitionNexus.java:531

2006-10-23 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-763?page=comments#action_12444165 ] Emmanuel Lecharny commented on DIRSERVER-763: - Well, it seems that the faulty line is : partitions.put( partition.getSuffix().toString(), partition

Re: Mitosis internal architecture

2006-10-23 Thread Alex Karasulu
Trustin Lee wrote: For those who have an interest in Mitosis which is checked into our source code repository recently... Please take a look at the text file I attached to this message. I think Mitosis is far from perfection and needs a lot of test. Any questions and feed back are welcome.

Re: JPackage.org

2006-10-23 Thread Alex Karasulu
Ole Ersoy wrote: Hey Guys, I've been busy trying to code RPMS, so I can automate my OS installs, and then came across this: http://www.jpackage.org/ They have these goals: * To provide a coherent set of Java software packages for Linux, satisfying all quality requirements of other appli

[jira] Updated: (DIRMINA-273) Session created with non-existent service

2006-10-23 Thread Raman Gupta (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-273?page=all ] Raman Gupta updated DIRMINA-273: Attachment: MinaConnectTestNew.java Updated test case with new IoConnector. > Session created with non-existent service >

[jira] Commented: (DIRMINA-273) Session created with non-existent service

2006-10-23 Thread Raman Gupta (JIRA)
[ http://issues.apache.org/jira/browse/DIRMINA-273?page=comments#action_12444146 ] Raman Gupta commented on DIRMINA-273: - I still (sometimes) get failures with my test case with the latest trunk version. I will also attach an updated test

[jira] Created: (DIRSERVER-763) Support for migrating from RC1 to 1.0 - NullPointerException in DefaultPartitionNexus.java:531

2006-10-23 Thread Ralf Hauser (JIRA)
Support for migrating from RC1 to 1.0 - NullPointerException in DefaultPartitionNexus.java:531 -- Key: DIRSERVER-763 URL: http://issues.apache.org/jira/browse/DIRSERVER-76

org/apache/mina/filter/thread package

2006-10-23 Thread Adam Duston
The org/apache/mina/filter/thread package (http://directory.apache.org/subprojects/mina/apidocs/org/apache/mina/filter/thread/) seems to be missing from all the 1.0.0 versions of mina. are the javadocs outdated? in the mailing list, i've noticed as recently as august a mention of classes in this

Mitosis internal architecture

2006-10-23 Thread Trustin Lee
For those who have an interest in Mitosis which is checked into our source code repository recently...Please take a look at the text file I attached to this message.  I think Mitosis is far from perfection and needs a lot of test.  Any questions and feed back are welcome. Trustin-- what we call hum

[ApacheDS] Mitosis committed

2006-10-23 Thread Alex Karasulu
Trustin, Emmanuel, Trustin I reverted the delete of the mitosis code. It's back in it's original state with the 12 or so compilation errors due to changes in MINA and ApacheDS. It's here in trunks: https://svn.apache.org/repos/asf/directory/trunks/apacheds/mitosis It's not incorporated int

Fwd: [asyncweb] AsyncWeb with JRuby on Rails

2006-10-23 Thread Trustin Lee
Interesting! :) -- Forwarded message -- From: Irving, Dave <[EMAIL PROTECTED]> Date: Oct 23, 2006 6:29 PM Subject: [asyncweb] AsyncWeb with JRuby on Rails To: [EMAIL PROTECTED] Interesting link: http://headius.blogspot.com/2006/10/jruby-on-rails-webrick-vs-asyncweb.h tml Dave

Re: Important API changes in MINA 1.1.

2006-10-23 Thread Trustin Lee
On 10/19/06, Niklas Therning <[EMAIL PROTECTED]> wrote: I think a good compromise would be to keep the connect(address) method of IoConnector but get rid of the IoServiceConfig. An IoConnector would simply be configured directly using properties on it. That makes configuration a lot easier. IMO

JPackage.org

2006-10-23 Thread Ole Ersoy
Hey Guys, I've been busy trying to code RPMS, so I can automate my OS installs, and then came across this: http://www.jpackage.org/ They have these goals: * To provide a coherent set of Java software packages for Linux, satisfying all quality requirements of other applications. * To e