[MINA 3] Perfs

2013-01-04 Thread Emmanuel Lécharny
Hi guys, I have ported the benchmark Jeff has written last month to MINA 3. The first tests are interestng : we are 27% slower than the same test using MINA2. It's a bit disapointing, assuming that we are supposed to have slashed many features. I'm doing some profiling atm, I will come with

Re: [VOTE] GIT migration

2013-01-04 Thread Julien Vermillard
Result : 5 * +1 votes, no -1 nor 0 I'll push the request to the infra guys. Julien

Apache FTPServer

2013-01-04 Thread damieng
Hi I was wondering is it possible to set the disk space that a user can have using Apache FTP Server? From reading the documentation this wasn't clear but this would be a usful feature if it were available out of the box or could be added in Thanks Damien

[jira] [Updated] (DIRMINA-929) AbstractPollingIoProcessor patch to mark buffer as free

2013-01-04 Thread jon (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jon updated DIRMINA-929: Attachment: (was: AbstractPollingIoProcessor.java) AbstractPollingIoProcessor patch to mark buffer as

[MINA 3] Performances

2013-01-04 Thread Emmanuel Lécharny
Hi ! I conducted some profiling sessions today, to see where we were spening some spurious CPU in MINA3. When I first did some tests, I was able to process 1 million 10 bytes messages in 75 seconds (the message is written by the client, read by the server, which returns a 1 bte message to the

Re: [MINA 3] Performances

2013-01-04 Thread Emmanuel Lécharny
Some more results after the modification I suggest at the end of my last mail (ie, do the write immediately, instead of using a queue, when we can) : Mina3 client/ Mina3 server : 10bytes msgs in 38.6 secs | 1k msgs in 42.2 secs | 10k msgs in 45.7 secs This is a clear 50% speedup compared to my