Re: Multi version jar support?

2020-05-25 Thread Emmanuel Lecharny
Hi Matt, we could modify the build to generate distinguish packages for the various JAVA version (at least for the LTS supported versions, like Java 11 and Java 14). The thing is that we added some Jenkins tasks for Java 11 and 14n, and MINA tests fail with those versions, so there are thing we n

[ANNOUNCE] Apache MINA 2.0.22 & 2.1.5 released

2021-10-31 Thread Emmanuel Lecharny
The Apache MINA project is pleased to announce MINA 2.0.22 and 2.1.5 ! Apache MINA (http://mina.apache.org) is a network application framework which helps users develop high performance and high scalability network applications easily by providing an abstract, event-driven, asynchronous API over

Absent for 10 days

2021-12-21 Thread Emmanuel Lecharny
Hi! I will be absent for the next 10 days (with no computer) I may vote if needed, using my phone, if an urgent log4j release hits the world ;-) Otherwise, the good news for 2022 is that Îm going to work half time, so I’ll be able to participate way more than in 2021! In the mean time, merry ch

[ANNOUNCE] Apache FtpServer 1.1.2 released

2022-01-03 Thread Emmanuel Lecharny
The Apache MINA project is pleased to announce the release of FtpServer 1.1.2. This release contains an updated version of the Log4J 2 library (2.17.0). We consider this a stable and production ready release. Java 8 is required to run this version. We welcome you to try it out. We have tried to

[VOTE] Release Apache MINA 2.1.6

2022-02-06 Thread Emmanuel Lecharny
Hi, This is a bug fix release for MINA. Here is the list of fixed issues : * [DIRMINA-1152] IoServiceStatistics introduces huge latencies * [DIRMINA-1156]Inconsistent worker / idleWorker in OrderedThreadPoolExecutor It also contain some minor fixes (ignored tests being fixed, a minor inf

Result, was: [VOTE] Release Apache MINA 2.1.6

2022-02-10 Thread Emmanuel Lecharny
Hi, I'm closing this vote, with 4 binding +1: Jeff (Geneder) Jeff (Maury) Jonathan and me. I'll push the packages and announce it asap. Thanks ! On Sun, Feb 6, 2022 at 5:48 PM Jeff MAURY wrote: > > +1 > > On Sun, Feb 6, 2022 at 9:18 AM Emmanuel Lecharny > wrote: &g

[VOTE] Release Apache MINA 2.0.23

2022-02-10 Thread Emmanuel Lecharny
Hi, This is a maintenance release for MINA 2.0. It contains many backported issues from the 2.1 and 2.2 branches. A temporary tag has been created (it can be removed if the vote is not approved): https://gitbox.apache.org/repos/asf?p=mina.git;a=commit;h=ccb577ed622490a84780f039840ddc640c6a0874

[ANNOUNCE] Apache MINA 2.1.6 released

2022-02-18 Thread Emmanuel Lecharny
The Apache MINA project is pleased to announce the release of Apache MINA 2.1.6. This is a bug fix release We consider this a stable and production ready release. Java 8 is required to run this version. We welcome you to try it out. The latest release is now available here: https://mina.apache

[ANNOUNCE] Apache MINA 2.0.23 released

2022-02-18 Thread Emmanuel Lecharny
The Apache MINA project is pleased to announce the release of Apache MINA 2.0.23. This is a bug fix release. Many fixes made in 2.1.6 and 2.2 were backported in this version. We consider this a stable and production ready release. Java 8 is required to run this version. We welcome you to try it

[VOTE] Apache FtpServer 1.1.3 release

2022-02-20 Thread Emmanuel Lecharny
Hi, This is a bug fix release. This version uses the latest MINA release (2.1.6), the latest Log4j version (2.17.1) and an issue with TLS 1.3 that wasn't enabled properly. A temporary tag has been created (it can be removed if the vote is not approved) The newly approved Nexus has been used for

Re: list renamed [EMAIL PROTECTED]

2006-11-12 Thread Emmanuel Lecharny
On 11/12/06, Jeff Schnitzer <[EMAIL PROTECTED]> wrote: Out of curiosity, why separate dev and users lists? Since MINA is a library, pretty much everyone using it is some sort of java developer. I can't imagine a discussion on the dev list that wouldn't be important to a "user", and vice-versa.

Re: list renamed [EMAIL PROTECTED]

2006-11-12 Thread Emmanuel Lecharny
On 11/12/06, Jeff Schnitzer <[EMAIL PROTECTED]> wrote: Emmanuel Lecharny wrote: > I guess that users list is for "How do I do that with mina" questions > while > dev list is for "Why does mina implement that this way?" questions. I guess what I'm t

Re: list renamed [EMAIL PROTECTED]

2006-11-12 Thread Emmanuel Lecharny
Jeff Schnitzer a écrit : Emmanuel Lecharny wrote: Now, just consider a simple user : having to read *all* the mails on the dev list is often more than boring (is it really the user's interest to follow a 30 mail long thread about "Version numbering" ?). Sudenly the separati

Re: how to use mvn command to build eclipse project?

2006-11-13 Thread Emmanuel Lecharny
well, if you give us some more information, may be we can help :) - which version of maven are you using ? - which version of MINA are you using ? - window$? linux?, OsX? - Java version ? Flavor ? - some more traces ? Emmanuel On 11/13/06, zhang kc <[EMAIL PROTECTED]> wrote: when use mvn ecli

Re: Deadlock in Mina 1.0.0

2006-11-13 Thread Emmanuel Lecharny
oopps, I think that your mail has been lost somwhere in the high pile of mail related to mina reorganization (mina has been promoted to Top Level Project). So, definitively, yes, create a JIRA for it, it won't be lost. Sorry for the inconvenience ... On 11/13/06, [EMAIL PROTECTED] <[EMAIL PROTE

Re: code formatting rules

2006-11-16 Thread Emmanuel Lecharny
Hey, Julien, whatever coding standard you want to use, just use some :) I just gathered the one we were _currently_ using, but it's pretty much a de facto standard. I'm pretty sure that MINA should have its own set of rules, as any project. Feel free to get the one we have in ADS and modify them

Re: code formatting rules

2006-11-16 Thread Emmanuel Lecharny
Robert, as for now, the MINA coding rules are pretty much the ADS coding rules, which are documented here : http://cwiki.apache.org/confluence/display/DIRxDEV/Coding+standards But as MINA is now a standalone TLP, it may diverge a little bit ;) Emmanuel On 11/16/06, Robert Greig <[EMAIL PROTEC

Re: Maven feedback ?

2006-11-21 Thread Emmanuel Lecharny
Hi Marnie, feel free to tell us which kind of pb you have with Maven. Maven is obviously not the perfect tool, it has a lot of drawbacks, *but*, at some point, when you begin to understand how it works, then it appears that it's really a very powerfull tool. Just post your questions, and if you

Re: SVN repository

2006-11-21 Thread Emmanuel Lecharny
Hi ! Try : http://svn.apache.org/repos/asf/mina/trunk/ for the latest version or http://svn.apache.org/repos/asf/mina/tags/1.0.0/ for the latest released version Both can be compiled and used with a Java 5 JVM On 11/21/06, Michael Bauroth <[EMAIL PROTECTED]> wrote: Hi, I wanted to check out

Re: SVN repository

2006-11-21 Thread Emmanuel Lecharny
FYI, Mina is now a TLP, and its site is http://mina.apache.org. Be aware that it is currently a work in progress ... Emmanuel On 11/21/06, Michael Bauroth <[EMAIL PROTECTED]> wrote: Hi, I wanted to check out the latest MINA sources today, but can't find a working repository. The link from wi

Re: minor problem with the FAQ

2006-11-21 Thread Emmanuel Lecharny
Hi Maarten, This is very strange. I think it's a problem with confluence, because this is a generated menu. The text is : ... h2. Table of Contents {toc:minLevel=2} ... and the links are generated. Emmanuel On 11/21/06, Maarten Bosteels <[EMAIL PROTECTED]> wrote: Hello all, I noticed a s

Re: incredibly frustrating

2006-11-23 Thread Emmanuel Lecharny
Mike Reinstein a écrit : I am not sure why, but I cannot unsubscribe from mina mailing lists. I have tried 3 times, following the instructions in the confirmation email. I am getting tired with this. Is there some bug in the list manager? I don't want to be on this mailing list anymore but it

Re: incredibly frustrating

2006-11-23 Thread Emmanuel Lecharny
Mike Reinstein a écrit : Well, I appreciate you looking into it. Happy thanksgiving everyone. :) Thanks. Here is the answer from Infra team : >Without seeing any bounce messages, probably not. > >However, it could be the same problem as folks have had subscribing. > >He should send a _NON BL

Re: @author tags in Java files

2006-11-25 Thread Emmanuel Lecharny
Hi Niklas, I guess that its still dev@directory.apache.org ? +1 for your porposal. On 11/25/06, Niklas Therning <[EMAIL PROTECTED]> wrote: Should be changed into something like @author The Apache MINA Project (dev@mina.apache.org) now, right? -- Niklas Therning www.spamdrain.net -- Co

Re: Please open up devmina to Yahoo users

2006-11-29 Thread Emmanuel Lecharny
Samuel Doyle a écrit : I keep getting my messages rejected due to some spam filter. You were moderated... I don't think it will happen again. We are experiencing a *very* high level of spams those last weeks, unfortunatly (Spammers should be burned and die slowly ...) I have been using Ya

Re: devmina is bouncing emails sent from Yahoo again

2006-12-02 Thread Emmanuel Lecharny
I have sent an e-mail to infra-team to get more info regarding to your mail being filtered. May be some ads are added by yahoo at the end of your mails which are regarded as spam... Emmanuel On 12/1/06, Samuel Doyle <[EMAIL PROTECTED]> wrote: More complaints from spam filter. Please don't forc

Re: JRockit vs Sun JDK

2006-12-13 Thread Emmanuel Lecharny
Interesting... What about IBM JVM ? Emmanuel On 12/13/06, Vinod Panicker <[EMAIL PROTECTED]> wrote: Hi, I ran my usual load test on JDK 6 and JRockit 5 and was surprised to see that JRockit did extremely poorly as compared to the Sun JVM. In terms of CPU utilization, for a user load of 10k,

Re: JRockit vs Sun JDK

2006-12-13 Thread Emmanuel Lecharny
space for huge optimization in Sun JVM ;) On 12/13/06, Vinod Panicker <[EMAIL PROTECTED]> wrote: On 12/13/06, Robert Greig <[EMAIL PROTECTED]> wrote: > On 13/12/06, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > > > > In terms of CPU utilization, for a user load of

Re: unsubscribe

2006-12-13 Thread Emmanuel Lecharny
Sorry Alessandro, but it won't work this way :) Just submit an _NON BLANK_ message, with a subject, too (could be unsubscribe <[EMAIL PROTECTED]>) to [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sending a unsubscribe message to dev@mina.apache.org won't be enough for us to remove you from the list :)

Re: TCP service not shutting down cleanly

2006-12-26 Thread Emmanuel Lecharny
Well, this is a rampant problem we have, and it don't want to vanish... If you are on linux, you can modify you TCP keepalive parameter to a smaller value, so the socket will be freed faster. The problem might be that you violently stop the server, and some sockets are still pending, waiting for

Re: code formatting rules

2007-01-04 Thread Emmanuel Lecharny
Just 2 more cts, choosing java code rule standard could also help exploiting tools like checkstyle or whatever. Of course, the first step would be to use those tools :) btw, I have recently plaid with FindBugs, and found it quite interesting ( http://findbugs.sourceforge.net/). It helped me to c

Re: Tabs or spaces for MINA source code?

2007-01-13 Thread Emmanuel Lecharny
Jeroen Brattinga a écrit : Spaces have the advantage of a universal consistent layout. And most IDEs have an option to convert or use spaces instead of tabs. Oh, and the tabspacing of 8 is IMO ridiculous ... that would lead to a very wide layout. Space. Not tabs. 4 spaces. final. Emmanuel.

Re: Duplicate messages

2007-01-17 Thread Emmanuel Lecharny
Nicolas FROMENT a écrit : As you seem convinced that my decoder is wrong can i suggest that Mina can failed too ? :) As a rule of thumb, for any library that has been widely used for more than one year, I would suggest the following steps : 1) first, suspect your program. This is basically th

Re: Duplicate messages

2007-01-18 Thread Emmanuel Lecharny
ECTED]> wrote: Thanks for your methodology advices, it was indeed "mea culpa". My sentence might seem rude, I feel sorry for that... My problem is solved and was business related. Thanks you all for your time and help. Nicolas Emmanuel Lecharny a écrit : > Nicolas FROME

Re: Anyone get's experience with IBM JVM ?

2007-01-18 Thread Emmanuel Lecharny
I have tested Apache DS with Sun JDK, IBM J9 and JRockit, either 1.4.x and 5.0 java VM. It was on intel processors, and Linux (FC5 an Ubuntu). So far, no problem. AIX is another beast... FYI, performance I got with IBM JVM was much better than with Sun JDK (around 30% better), and jrockit was ev

Re: Error while executing the MINA example - echoserver (with SSL)

2007-01-25 Thread Emmanuel Lecharny
What abbout testing with https://... instead of http://... ? On 1/25/07, giri reddy <[EMAIL PROTECTED]> wrote: Here i am not using the MINA client, i am just hitting the service with the url: http://localhost:8080 Regards Sai > > > -Original Message- > From: Niklas Therning [mailto:[

Re: How the Apache MINA uses SSL certificates?

2007-01-25 Thread Emmanuel Lecharny
You may have a look here : http://cwiki.apache.org/DIRxSRVx10/how-to-enable-ssl.html#HowtoenableSSL-Serverconfiguration This is not directly MINA related at first glance, but as Apache DirectoryServer is based on MINA, if you follow this doco, you will setup a keystore for MINA. Hope it helps.

Re: Apache MINA talk in ApacheCon EU 2007

2007-01-27 Thread Emmanuel Lecharny
Trustin Lee a écrit : Hi folks, I can't go there because I have a lot of things to deal with for my marriage. Man, I'm a little bit disapointed that you favor your wedding to a cool Apache Conference ;) Ok, just kidding. I wish you the best in your new life, this is excellent news ! (May

Re: First release of File Asynchronous File I/O library

2007-02-01 Thread Emmanuel Lecharny
I guess you are only responsible for a mistake when you know the rules :) As Alex said, this is PMC to check that those rules are not broken... Regarding 'snapshot', the best thing would be to use a continue build system (continuum ?) so that the build is done every night, and store somwhere on

Isn't MINA a TLP now?

2007-02-07 Thread Emmanuel Lecharny
Hi guys, it's pretty strange : there is no link to MINA on the apache.org main site... Any idea ? -- Cordialement, Emmanuel Lécharny www.iktek.com

Re: Isn't MINA a TLP now?

2007-02-07 Thread Emmanuel Lecharny
ache.org/indexes/quick.html I think it used to be a subproject of ApacheDS. It also seems well acknowledged that MINA is meant as SEDA's successor. On 2/7/07, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Hi guys, > > it's pretty strange : there is no link to MINA on t

New Apache Directory Web site HowTo

2007-02-08 Thread Emmanuel Lecharny
Hi guys, Pierre-Arnaud Marcelot and Ersin Er have done a tremendous work last week to brush our website, which is based on confluence. Now, when we modify a page on confluence, it is immediatly reflected on the web site (of course, we use a template plus some CSS). Pierre-Arnaud wrote a very co

Re: Isn't MINA a TLP now?

2007-02-10 Thread Emmanuel Lecharny
robert burrell donkin a écrit : > it's pretty strange : there is no link to MINA on the apache.org main > site... > > Any idea ? submit a patch ;-) - robert Sometime, I feel just like being a lazzy dog... the Nike attitude (just do it) coupled with a good RTFM helps ! Here is the patch I

Re: [VOTE] Release MINA 1.0.2

2007-02-14 Thread Emmanuel Lecharny
> [X]: +1: Release -- Cordialement, Emmanuel Lécharny www.iktek.com

Re: [VOTE] Release MINA 1.0.2

2007-02-14 Thread Emmanuel Lecharny
Why doesn't DIRMINA-352 appear on the roadmap ? Because there is no Fix/Version associated. There is only an "Affects Version : 1.1.0" info. -- Cordialement, Emmanuel Lécharny www.iktek.com

Re: ASN.1 support

2007-03-06 Thread Emmanuel Lecharny
Pat Farrell a écrit : Trustin Lee wrote: Apache ASN.1 (under Apache Directory project) doesn't implement all ASN.1 encodings yet. IIRC, it only supports BER, which is being used by LDAP. ASN.1 is evil, IMHO. Evilness is a question of which religion is yours. The point is that many proto

Re: .............org.apache.mina.common.BufferDataException: Object length should be greater than 4: 0

2007-03-06 Thread Emmanuel Lecharny
On 3/6/07, Monajit Choudhury <[EMAIL PROTECTED]> wrote: Hi I understand that and I apologize. But I got desperate. We are embarking on this huge project and counting on MINA big time. But this error was a big hurdle in designing the prototype. I need the support from u guys as we go along . T

Re: testing mina

2007-03-08 Thread Emmanuel Lecharny
Apache ML don't support attachements, for many reasons. Just use JIRA for that. On 3/8/07, Monajit Choudhury <[EMAIL PROTECTED]> wrote: Well, I guess, this list doesnt support attachments. -- Cordialement, Emmanuel Lécharny www.iktek.com

Re: unsubscribe

2007-03-20 Thread Emmanuel Lecharny
It's not the way it works. "Sending a message whose subject and body contains '*unsubscribe*' to [EMAIL PROTECTED]<[EMAIL PROTECTED]&body=unsubscribe>in plain text format will unsubscribe you from the mailing list though. You can actually send an empty or rich text message to unsubscribe, but our

Re: SocketConnector Closes Session at 20 sec.

2007-03-28 Thread Emmanuel Lecharny
Hi Murat, just to tell you that, for an unknown reason, your mails are always received twice. As they are moderated, we have to remove one of them before it hits the list. Is there anything special with your mailer that could be changed to avoid such a behavior? Also, if you can remove the signa

Re: MINA performance

2007-03-30 Thread Emmanuel Lecharny
Timur, FYI, the attached parts have been removed by the mailer. Could you just post them somwhere so we can read them ? The best solution would be to create a JIRA issue, and to attach those files into it. This is an interesting test you have done. Thanks a lot ! Emmanuel On 3/30/07, Timur I S

High latency in Mina ?

2007-03-30 Thread Emmanuel Lecharny
Hi guys, I'm currently doing some performance tests on Apache Directory Server, and I'm a little bit puzzled but some of the results I get. First of all, we are using MINA-1.0.1, with different JVM (JRockit, IBM, Sun) on different platforms (Linux, Mac OSx). The tests is quite simple : I have so

Re: High latency in Mina ?

2007-03-30 Thread Emmanuel Lecharny
server. However, if you see that MINA is slowing you down then the story is different. But I don't see that from your stats. Or may be I'm missing something. :) Regards, -- Gato -----Original Message- From: Emmanuel Lecharny [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: High latency in Mina ?

2007-03-30 Thread Emmanuel Lecharny
Csaba Endre Simon a écrit : Hi Emmanuel, Hi Csaba, I'm a little bit puzzled but some of the results I get. First of all, we are using MINA-1.0.1, with different JVM (JRockit, IBM, Sun) on different platforms (Linux, Mac OSx). The published results are on Linux? What kernel are you usin

[Fwd: Re: High latency in Mina ?]

2007-03-30 Thread Emmanuel Lecharny
Oops, I just forgot the reply all... --- Begin Message --- Greg, I have done some more test, on the 'big server' ( 8 CPUs), changing the SocketAcceptor initialization with something like what you suggested : tcpAcceptor = new SocketAcceptor( Runtime.getRuntime().availableProc

Re: [Fwd: Re: High latency in Mina ?]

2007-03-30 Thread Emmanuel Lecharny
Greg Duffy a écrit : Emmanuel, Awesome! That seems to have helped quite a bit. More than a bit :) Have you thought about using a profiler during the load test? I think MINA has a YourKit Open Source license. Are we allowed to use that? It would be good to find out exactly where the hot s

Re: [Fwd: Re: High latency in Mina ?]

2007-03-30 Thread Emmanuel Lecharny
Alex Karasulu a écrit : Emmanuel, I have done some more test, on the 'big server' ( 8 CPUs), changing the SocketAcceptor initialization with something like what you suggested : tcpAcceptor = new SocketAcceptor( Runtime.getRuntime().availableProcessors(), threadPoolExecutor )

Re: [Fwd: Re: High latency in Mina ?]

2007-03-30 Thread Emmanuel Lecharny
James Im a écrit : Ok, so you seems to have missed a 'go fast' parameter. In my opinion, it is not your fault. It is mina that is not being user friendly. MINA should take care of these details itself. This optimization wisdom should be capture into mina so that everyone is not forced to be an

Re: Performances questions

2007-04-05 Thread Emmanuel Lecharny
Hi Trustin, it would be very interesting if we can build some kind of performance tests with different scenarii and expose the results on the web site. Many people are just wondering if MINA is fast or not, and if mina can support thousands of concurent users. I'm sure that people will feel confo

Re: [VOTE] Release MINA 1.0.3

2007-04-05 Thread Emmanuel Lecharny
[X]: +1, release -- Cordialement, Emmanuel Lécharny www.iktek.com

Re: [VOTE] Release MINA 1.1.0

2007-04-05 Thread Emmanuel Lecharny
[X]: +1, release -- Cordialement, Emmanuel Lécharny www.iktek.com

Re: [OT] My wedding photos

2007-04-11 Thread Emmanuel Lecharny
Man, you both look so bright, like if the light comes from yourselves ! Please do me a favor : enjoy every single minute of your life together! Emmanuel -- Cordialement, Emmanuel Lécharny www.iktek.com

Re: What are the release plans for MINA 2.x

2007-04-11 Thread Emmanuel Lecharny
Deepak Nadig a écrit : Thanks, Deepak Hi Deepak, you can get info about 2.0.x roadmap here : http://issues.apache.org/jira/browse/DIRMINA?report=com.atlassian.jira.plugin.system.project:roadmap-panel However, don't expect a fixed date ... This is a volunteered based project :) Emman

Re: New feature in 2.0: Request-Response Filter

2007-04-14 Thread Emmanuel Lecharny
gh_aiyz a écrit : >Hi all, where can I get the latest code of mina 2.0? > > Hi, you can 'svn co http://svn.apache.org/repos/asf/mina/trunk/', this is the trunk, containing the 2.0.0 current development version Emmanuel

Re: Performance test reports page has been created.

2007-04-16 Thread Emmanuel Lecharny
Whaaaooo ! Pretty impressive results :) I wish some more tests could be done, because it just shows that Java is a perfect language for critical applications like a web server, or a ldap server (some people are still thinking that Java is slow, may be because they just stopped using java after a

Re: [ANNOUNCEMENT] Apache MINA 1.1.0 Released

2007-04-16 Thread Emmanuel Lecharny
I guess you subscribed to an apache mailing list in the past. Just unsubscribe, and you won't received any announcement. (and no need to SHOUT, we are not deaf :) Emmanuel On 4/16/07, Toby Miller <[EMAIL PROTECTED]> wrote: PLEASE BE ADVISED WE NEVER INSTALLED YOUR PROGRAM. THOUGH IT LOOKS WON

Re: Mina Exception

2007-04-18 Thread Emmanuel Lecharny
The DefaultExceptionMonitor class is a catch all for any uncaught exception (like OutOfMemoryExceptions). The error you get really mean you are short of memory. On 4/18/07, mat <[EMAIL PROTECTED]> wrote: hi there, thanks but why org.apache.mina.common.support.DefaultExceptionMonitorexceptionC

Re: Apache mina 1.1.0 and russian letters from GET request

2007-05-16 Thread Emmanuel Lecharny
Can you show us the code you used to create the hz String ? Are you typing String hz = "абв" directly into your code ? In this case, you will have problems, unless your file is saved as UTF-8 encoded. As a rule of thumb, if you are using non-ascii chars into a String try to use the encoded Unicode

Re: Apache mina 1.1.0 and russian letters from GET request

2007-05-16 Thread Emmanuel Lecharny
uot;); it's look OK, problem only with getting params from query string. Sorry for my english ^) 2007/5/16, Emmanuel Lecharny <[EMAIL PROTECTED]>: > > Can you show us the code you used to create the hz String ? Are you typing > String hz = "абв" directly into your code

Re: Coding stlye guide

2007-05-16 Thread Emmanuel Lecharny
Hi, I am not sure that MINA is still following the Directory project rules (I just don't remember if there were a vote about it or not last year). Anyway, here are the rules MINA used last year : http://cwiki.apache.org/confluence/display/DIRxDEV/Coding+standards Correct me, Trustin, if I'm wr

Re: Coding stlye guide

2007-05-16 Thread Emmanuel Lecharny
The link I have posted contains pointers to such files, btw. Emmanuel On 5/16/07, Mark Webb <[EMAIL PROTECTED]> wrote: There is a way to import these rules as an xml file into Eclipse. Not sure what everyones IDE of choice is, but I would bet that other IDE's have the same functionality. So

Re: Spring

2007-05-16 Thread Emmanuel Lecharny
mat a écrit : Can you explain more why Mina needs Spring? Mina does not need spring at all. But you can use Spring with Mina if you want. As trustin said, Spring is just a IoC container (http://www.springframework.org/) Mina itself is a framework, isn't it? It is. We use it in Apache D

Re: Coding stlye guide

2007-05-16 Thread Emmanuel Lecharny
Niklas Therning a écrit : Please have a look here: http://mina.apache.org/developer-guide.html#DeveloperGuide-CodingConvention Oh, thanks, Niklas, I didn't found it (was looking into confluence)... Back when MINA was a sub-project of the directory project we used to follow the conventions

Re: Spring

2007-05-16 Thread Emmanuel Lecharny
mat a écrit : 2007/5/17, Emmanuel Lecharny <[EMAIL PROTECTED]>: mat a écrit : > Can you explain more why Mina needs Spring? Mina does not need spring at all. But you can use Spring with Mina if you want. As trustin said, Spring is just a IoC container (http://www.springfram

Re: Java doc 1.1.0 still remain in SNAPSHOT version.

2007-05-17 Thread Emmanuel Lecharny
Thanks for pointing the missing parts ! It would be great if you can fill a JIRA about them so that it won't be lost in the thousand mails in this mailing list :) Emmanuel mat a écrit : I also found out some source code were missing. CompressFilter.java for instance. 2007/5/17, Tan Ka Ju

Re: profiler

2007-05-22 Thread Emmanuel Lecharny
Hi mat, we are using Yourkit, which can be used inside Eclipse, but not as a plugin. Version 7 is a beta right now, but it works pretty well. I find it slick and easy to use. Emmanuel On 5/22/07, mat <[EMAIL PROTECTED]> wrote: Can anyone recommend a good java profiler and it will be better i

Re: grizzly versus mina

2007-05-26 Thread Emmanuel Lecharny
Mehmet D. AKIN a écrit : Still benchmarks presented in that document seems contradicting Trustin's benchmarks. In the presentation it says Grizzly with Async web is just a little faster than a "C based web server " but almost two times faster and scalable than Mina.But Trustin's test also sho

Re: IS MINA 1.1.0 compatabile with JAVA 6?

2007-05-28 Thread Emmanuel Lecharny
MINA 1.0.2 works well with Java 6, so far... Emmanuel On 5/28/07, Vinamra Singhai <[EMAIL PROTECTED]> wrote: Dear members, I would like to know whether MINA 1.1.0 is compatible with JAVA 6 or not? Thanks and Regards, Vinamra -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: DHCP Protocol Home (was: Re: [Vote] Sandboxing DHCP protocol)

2007-06-12 Thread Emmanuel Lecharny
Hi, Trustin, Alex, and band, I'm not available to comment a lot of what has been written (in an hotel, being busy all day long while working for one of my client). I will be short. I do think thate there are 2 misconception done about the 'protocols' we have under a Directory umbrella 1) We are

Re: DHCP Protocol Home (was: Re: [Vote] Sandboxing DHCP protocol)

2007-06-13 Thread Emmanuel Lecharny
Hi Stefano On 6/13/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: Emmanuel Lecharny ha scritto: > DNS, DHCP, NTP are protocols but are also about storing data. There is > nothing wrong in developping the protocol codec somwhere else, but I > don't believe it should b

Re: DHCP Protocol Home (was: Re: [Vote] Sandboxing DHCP protocol)

2007-06-14 Thread Emmanuel Lecharny
My opinion was very related to DNS. IMHO DNS is different from FPT, HTTP and SMTP because HTTP, FTP, SMTP clients (not protocol) will rely on DNS for hostname resolution and not viceversa. I don't really think that make any difference. A protocol is a protocol, whatever it depends on. The fact t

Re: DHCP Protocol Home (was: Re: [Vote] Sandboxing DHCP protocol)

2007-06-14 Thread Emmanuel Lecharny
Specialy french who allways like too disagree :) french like to argument ;) I'm for waiting to see emerging code first, and discuss later. I'm actualy unable to manage to resolve a simple IN ADDR record with modified ADS DNS server, so I'm far of any usable server. Hmmm... It is supposed t

Re: Possible optimization?

2007-06-20 Thread Emmanuel Lecharny
Hi, this is a pretty interesting class for is, in Directory. I have done a lot of benchmarks ths year, and what I get is that HashMap is heavily used, and GC represnets around 30 % of all CPU, when the server is really loaded, on a multi-CPU system. So I guess that if we can have a fastest (mayb

Re: How to use IoHandler in ClientSide

2007-06-20 Thread Emmanuel Lecharny
Ok, maybe the encoding scheme you are using (probably not US-ASCII) when including your java code in your mail made them considered as spams. Can you try to change the encoding for your mail with the pasted code to US-ASCII ? Attachements won't make their way to the ML, I'm afraid... If it doe

Re: How to use IoHandler in ClientSide

2007-06-20 Thread Emmanuel Lecharny
Btw, are you sending mails as HTML docs ? because they are all moderated, and it's a little bit painfull, as we have to accept them manually... Which mailer are you using ? Emmanuel On 6/20/07, 向秦贤 <[EMAIL PROTECTED]> wrote: Hi, There are some little java files. I zipped that files, and post

Re: 40 ms intermittent latency - large volume, small messages

2007-07-01 Thread Emmanuel Lecharny
Hi Colin if you are on Linux, you may want to disable the naggle algorithm : ((SocketSessionConfig)(acceptorCfg.getSessionConfig())).setTcpNoDelay( true ); I think it can change the performance *a lot* :) (Naggle algorithm will wait 25 ms before sending a packet, in order to send the less poss

Re: [VOTE] Release Apache MINA 1.0.4 & 1.1.1

2007-07-17 Thread Emmanuel Lecharny
Late ... [X]: +1 Release 1.0.4 and 1.1.1 -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: [VOTE] Release Apache MINA 1.0.4 & 1.1.

2007-07-17 Thread Emmanuel Lecharny
IMHO, the fact that some issue remains should not forbid a release. There is nothing wrong in releasing a new version as soon as the fix is provided. Postponing a release just because someone wants a specific issue to be fixed is the way to never release any version :) On 7/17/07, Adrian Sandor

Re: Site statistics

2007-07-20 Thread Emmanuel Lecharny
Hi trustin, it would be much more interesting if we know which user/password we have to use in order to see the numbers ;) FYI, we have used google analytics on directory.apache.org. On 7/20/07, Trustin Lee <[EMAIL PROTECTED]> wrote: Hi folks, I've added free StatCounter script to mina.apache

Re: Site statistics

2007-07-20 Thread Emmanuel Lecharny
When I click on the link you provided, I get On 7/20/07, Trustin Lee <[EMAIL PROTECTED]> wrote: On 7/20/07, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Hi trustin, > > it would be much more interesting if we know which user/password we > have to use in order to see

Re: Site statistics

2007-07-20 Thread Emmanuel Lecharny
wrote: On 7/20/07, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Hi trustin, > > it would be much more interesting if we know which user/password we > have to use in order to see the numbers ;) All the numbers are public. Please let me know if you can't see the numbers.

Re: Site statistics

2007-07-20 Thread Emmanuel Lecharny
A ! it works better :) Thanks T-man ! On 7/20/07, Trustin Lee <[EMAIL PROTECTED]> wrote: I gave the wrong URL. Sorry for the confusion! http://my.statcounter.com/project/standard/stats.php?project_id=2754704&guest=1 It should work now... Trustin -- what we call human nature is actually

Re: Coding ASN.1 Support

2007-07-24 Thread Emmanuel Lecharny
Hi Rodrigo, I can tell about LDAP codec support, as I was involved in the ASN.1 codec we are using in Apache Directory Server. So far, there is nothing existing to generate codec in MINA. We have started a lab called Dungeon (http://cwiki.apache.org/confluence/display/labs/dungeon), but due to l

Re: Interesting question: does state machine hurt readability?

2007-07-26 Thread Emmanuel Lecharny
Like a State Machine ! (James brown) On 7/26/07, Alex Karasulu <[EMAIL PROTECTED]> wrote: Likewise! On 7/25/07, 向秦贤 <[EMAIL PROTECTED]> wrote: > > Just one word: Agree. > > 2007/7/26, Rodrigo Madera <[EMAIL PROTECTED]>: > > > > In my opinion, state machines are not only good but required on som

Re: Coding ASN.1 Support

2007-08-05 Thread Emmanuel Lecharny
Hi Abdulla, this is a very interesting news ! FYI, we have a labs going on (slowly) about a ASN.1 compiler, with a couple of person trying to spend a few hours here and there on it. Having a generic ASN.1 compiler (generating BER/DER/CER/XER and PER codec) in Apache would definitively be a big plu

Re: [VOTE] Releasing Apache MINA 1.0.5 and 1.1.2.

2007-08-05 Thread Emmanuel Lecharny
[X]: +1, Release Apache MINA 1.0.5 and 1.1.2 -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: unsubscrib

2007-08-08 Thread Emmanuel Lecharny
Hi, try again with unsubscribe instead of unsubscrib ... On 8/8/07, liguodong <[EMAIL PROTECTED]> wrote: > > > > > > liguodong > 2007-08-08 > -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: Mina throughput

2007-08-11 Thread Emmanuel Lecharny
Hi guys, when guessing relative performances of Java/C++ on a network environment, please keep in mind that data processing will be processed orders or magnitude faster than simple network handling by the underlying layer. Thinking that Java is slower than C++ to handle messages on a network based

Re: Mina throughput

2007-08-21 Thread Emmanuel Lecharny
ram that is a disaster(also really lower the > performance). I have to use all the system.arraycopy to make up each > field.(Actually it causes OOM). I don't know if you guys ever faced this > kind of problem. How to solve it? > > > On 8/11/07, Emmanuel Lecharny <[EMAIL PRO

Re: mina source code analysis

2007-09-07 Thread Emmanuel Lecharny
Hi Mark, once a week should be ok. Just check with Infrastructure that it's not a problem for them. Thanks ! On 9/7/07, Mark <[EMAIL PROTECTED]> wrote: > IIRC, they perform this analysis once a week. I will verify before we agree > to anything. > > > > On 9/7/0

  1   2   3   4   5   6   7   8   9   10   >