From commits-return-6806-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Thu Nov 03 01:23:13 2005
Return-Path:
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