Author: remi
Date: 2009-02-17 16:07:37 +0100 (Tue, 17 Feb 2009)
New Revision: 3718

Modified:
   software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py
Log:
* Now, the internal API of the server uses the "HTTP-Request-less" mode.

Modified: software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py
===================================================================
--- software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py  
2009-02-17 15:05:57 UTC (rev 3717)
+++ software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py  
2009-02-17 15:07:37 UTC (rev 3718)
@@ -377,7 +377,7 @@
         Glb_ServerLog.logInfo("Can't create the directory (%s)" % \
             RESOURCES_CONF_PATH)
     # Create an API object and connect-it to the server
-    Glb_tuxApi = TuxAPI('127.0.0.1', 270)
+    Glb_tuxApi = TuxAPI('INTERNAL', 270)
     Glb_tuxApi.server.autoConnect(CLIENT_LEVEL_FREE, 'HTTPServer', 
'myPassword')
     Glb_tuxApi.event.setDelay(1.0)
     # Create the server at port 270


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to