Update of /cvsroot/asterisk-java/asterisk-java/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27002/xdocs
Modified Files:
index.xml
Log Message:
Added information about nio to the link to Jast Agi
Index: index.xml
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/index.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -p -r1.9 -r1.10
--- index.xml 14 Mar 2005 16:29:36 -0000 1.9
+++ index.xml 16 Mar 2005 12:11:14 -0000 1.10
@@ -81,9 +81,10 @@ cvs -z3 -d:pserver:ano...@cv...urcef
<p><a href="http://tanesha.net/Wiki/JastAgi.html">Jast Agi</a>
is another toolkit for writing Java applications that connect to
Asterisk using the FastAGI protocol. The lastest version introduces
- a statemachine approach to handle AGI requests.
+ a statemachine approach to handle AGI requests and uses java.nio to
+ process all requests in one Thread.
Available under Apache License.</p>
- <p><a href="http://www.voip-info.org/wiki-JAGIServer">JAGIServer</a> is
+ <p><a href="http://www.voip-info.org/wiki-JAGIServer">JAGIServer</a>
also supports writing Java based AGI Scripts using FastAGI.
Available under GNU General Public License.</p>
<p><a href="http://sourceforge.net/projects/jasterisk/">JAsterisk</a>
|