Re: What do you use Apache MINA for?

2008-11-25 Thread Matthew Phillips
On 26/11/2008, at 9:21 AM, Emmanuel Lecharny wrote: Matthew Phillips wrote: The Avis event notification router and client library uses MINA. http://avis.sourceforge.net/ Interesting... I see that you are using MINA since it's infancy (1.0.2) and that you switched to 2.0.0-M3 in your trunk.

Re: What do you use Apache MINA for?

2008-11-25 Thread Emmanuel Lecharny
Matthew Phillips wrote: The Avis event notification router and client library uses MINA. http://avis.sourceforge.net/ Interesting... I see that you are using MINA since it's infancy (1.0.2) and that you switched to 2.0.0-M3 in your trunk. Do you mind giving us some feedback about the versio

Re: What do you use Apache MINA for?

2008-11-25 Thread Matthew Phillips
The Avis event notification router and client library uses MINA. http://avis.sourceforge.net/ MINA's "related projects" page also has a number of links: http://mina.apache.org/related-projects.html Cheers, Matthew. On 25/11/2008, at 9:07 PM, Ashish wrote: Wanted to collect a list of ap

Re: What do you use Apache MINA for?

2008-11-25 Thread Jeanfrancois Arcand
openESB (SOA - open-esb.dev.java.net) Kaazing (WebSocket - www.kaazing.com) -- Jeanfrancois Kevin Williams wrote: We used Mina to build an internal distributed coherent cache system. On Tue, Nov 25, 2008 at 3:37 AM, Ashish <[EMAIL PROTECTED]> wrote: Wanted to collect a list of application/too

Re: What do you use Apache MINA for?

2008-11-25 Thread Kevin Williams
We used Mina to build an internal distributed coherent cache system. On Tue, Nov 25, 2008 at 3:37 AM, Ashish <[EMAIL PROTECTED]> wrote: > Wanted to collect a list of application/tools build using Apache MINA > > Listing a few that I know of > > 1. Apache Directory server > 2. AsyncWeb (MINA sub-pr

RE: What do you use Apache MINA for?

2008-11-25 Thread Abhijit Bhatode
We are using MINA for a proxy server Thanks & Regards, Abhijit -Original Message- From: Ashish [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 4:08 PM To: dev@mina.apache.org; [EMAIL PROTECTED] Subject: What do you use Apache MINA for? Wanted to collect a list of application

Re: What do you use Apache MINA for?

2008-11-25 Thread Leandro Rodrigo Saad Cruz
We are using mina to build a "configuration server". The idea is to create a administration infrastructure that will enable remote administration of linux systems. -- Leandro Rodrigo Saad Cruz software developer - certified scrum master On Tue, Nov 25, 2008 at 8:37 AM, Ashish <[EMAIL PROTECTED]>

Re: What do you use Apache MINA for?

2008-11-25 Thread Dan Creswell
I've used it to build: (1) A framework for Paxos consensus (2) A remote transport for a JavaSpace (3) A transport for various gossip-based protocols On Tue, Nov 25, 2008 at 10:37 AM, Ashish <[EMAIL PROTECTED]> wrote: > Wanted to collect a list of application/tools build using Apache MINA > > Lis

Re : What do you use Apache MINA for?

2008-11-25 Thread Edouard De Oliveira
Following projects also use MINA : - SubEthaSMTP provides a SMTP MINA server - Mailster is a visual tool that includes a POP3 & SMTP MINA servers to provide easy testing of email functionnalities of an app. Cordialement, Regards, -Edouard De Oliveira- http://tedorg.free.fr/en/main.php __

Re: What do you use Apache MINA for?

2008-11-25 Thread Lorenz Breu
currently working on the following: - implement SLP support for ApacheDS in order to turn it into a Directory Agent for SLP which requires - porting jSLP to the MINA framework (almost done) which requires - multicast capabilities in MINA based on the transport-apr package of MINA (first version co

Re: What do you use Apache MINA for?

2008-11-25 Thread Emmanuel Lecharny
Ashish wrote: Wanted to collect a list of application/tools build using Apache MINA I will add a short description of what MINA is used for... Listing a few that I know of 1. Apache Directory server MINA handles the following protocols in ADS : - LDAP - DNS - NTP - DHCP - Kerberos We al

What do you use Apache MINA for?

2008-11-25 Thread Ashish
Wanted to collect a list of application/tools build using Apache MINA Listing a few that I know of 1. Apache Directory server 2. AsyncWeb (MINA sub-project) 3. FTPServer (MINA sub-project) 4. SNMP Trap Receiver (Application that I build - http://www.hsc.com/HSFiles/Wpos/WhitePaper_Trap_Receiver_u

[jira] Updated: (DIRMINA-518) Support gathering writes

2008-11-25 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRMINA-518: -- Fix Version/s: (was: 2.0.0-M4) 3.0.0-M1 Postponed to 3.0 > Sup

[jira] Resolved: (DIRMINA-597) AbstractIoAcceptor.toString() blocks when invoked from IoServiceListener.serviceActivated()

2008-11-25 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-597. --- Resolution: Fixed Seems to be fixed in 2.0.0-M4 > AbstractIoAcceptor.toString() blo

[jira] Updated: (DIRMINA-598) ByteBuffer passed to ProtocolEncoderOutput.write(ByteBuffer) does not get released back to the pool

2008-11-25 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRMINA-598: -- Fix Version/s: (was: 2.0.0-M4) Does not affect 2.0.0 > ByteBuffer passed to Proto

[jira] Commented: (DIRMINA-598) ByteBuffer passed to ProtocolEncoderOutput.write(ByteBuffer) does not get released back to the pool

2008-11-25 Thread Julien Vermillard (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650510#action_12650510 ] Julien Vermillard commented on DIRMINA-598: --- no ByteBuffer pools in 2.0 no ? So