From commits-return-6806-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Thu Nov 03 01:23:13 2005 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 80837 invoked from network); 3 Nov 2005 01:23:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Nov 2005 01:23:13 -0000 Received: (qmail 14338 invoked by uid 500); 3 Nov 2005 01:23:12 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 14313 invoked by uid 500); 3 Nov 2005 01:23:12 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 14302 invoked by uid 99); 3 Nov 2005 01:23:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 17:23:12 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 02 Nov 2005 17:23:07 -0800 Received: (qmail 80748 invoked by uid 65534); 3 Nov 2005 01:22:51 -0000 Message-ID: <20051103012251.80747.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r330403 - in /directory/network: branches/0.8/xdocs/testimonials.xml trunk/xdocs/testimonials.xml Date: Thu, 03 Nov 2005 01:22:51 -0000 To: commits@directory.apache.org From: trustin@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: trustin Date: Wed Nov 2 17:22:45 2005 New Revision: 330403 URL: http://svn.apache.org/viewcvs?rev=330403&view=rev Log: Added Julien's testimonial Modified: directory/network/branches/0.8/xdocs/testimonials.xml directory/network/trunk/xdocs/testimonials.xml Modified: directory/network/branches/0.8/xdocs/testimonials.xml URL: http://svn.apache.org/viewcvs/directory/network/branches/0.8/xdocs/testimonials.xml?rev=330403&r1=330402&r2=330403&view=diff ============================================================================== --- directory/network/branches/0.8/xdocs/testimonials.xml (original) +++ directory/network/branches/0.8/xdocs/testimonials.xml Wed Nov 2 17:22:45 2005 @@ -37,6 +37,25 @@

+

Julien Vermillard says: +

+ I'm using MINA for supervisory control and data acquisition (SCADA) + embedded application. It's used for several tasks; connecting + supervision clients to the server, interaction of the server with + different hardware (other SCADA systems, media stream matrix, + programmable automaton, remote data aquisition systems), custom + replication protocols for fail-over service. I found MINA when I + started implementation using NIO and it was a great time saver. + You can switch from RS232 to TCP/IP and add SSL connectivity easly. + The stability and the support is really great. The code and the + design are simple and efficient, so you can easly implement high + quality protocol logic without bothering with all the NIO quirks. + I didn't really tested the maximum performance you can get out of + MINA, but all I can say is that MINA is running 24/7 with an amazing + stability and I'm not afraid of using it in harsh evironement. +
+

+

Luke Hubbard says:

We are using it for the network layer of Modified: directory/network/trunk/xdocs/testimonials.xml URL: http://svn.apache.org/viewcvs/directory/network/trunk/xdocs/testimonials.xml?rev=330403&r1=330402&r2=330403&view=diff ============================================================================== --- directory/network/trunk/xdocs/testimonials.xml (original) +++ directory/network/trunk/xdocs/testimonials.xml Wed Nov 2 17:22:45 2005 @@ -37,6 +37,25 @@

+

Julien Vermillard says: +

+ I'm using MINA for supervisory control and data acquisition (SCADA) + embedded application. It's used for several tasks; connecting + supervision clients to the server, interaction of the server with + different hardware (other SCADA systems, media stream matrix, + programmable automaton, remote data aquisition systems), custom + replication protocols for fail-over service. I found MINA when I + started implementation using NIO and it was a great time saver. + You can switch from RS232 to TCP/IP and add SSL connectivity easly. + The stability and the support is really great. The code and the + design are simple and efficient, so you can easly implement high + quality protocol logic without bothering with all the NIO quirks. + I didn't really tested the maximum performance you can get out of + MINA, but all I can say is that MINA is running 24/7 with an amazing + stability and I'm not afraid of using it in harsh evironement. +
+

+

Luke Hubbard says:

We are using it for the network layer of