Author: sayer
Date: 2008-09-26 01:06:13 +0200 (Fri, 26 Sep 2008)
New Revision: 1108

Modified:
   trunk/doc/Readme.xmlrpc2di
Log:
added MT note

Modified: trunk/doc/Readme.xmlrpc2di
===================================================================
--- trunk/doc/Readme.xmlrpc2di  2008-09-25 23:01:09 UTC (rev 1107)
+++ trunk/doc/Readme.xmlrpc2di  2008-09-25 23:06:13 UTC (rev 1108)
@@ -22,8 +22,16 @@
 patch -p0 < xmlrpcpp07_sems.patch
 
 If xmlrpcpp is extracted to a different directory, the path in
-the Makefile needs to be adapted.
+the Makefile needs to be adapted. If your xmlrpc++ installation has the
+SSL for xmlrpc client option, you may need to add -DHAVE_XMLRPCPP_SSL 
+to module_cflags due to some ambiguity in the header.
 
+The XMLRPC server can be configured to run as single threaded server (if
+one request is executed, the next ones have to wait), or a multi-threaded 
server 
+with a thread pool, in which case the callers only have to wait if there are 
+as many requests served in parallel as threads. Note that it is a good idea to 
+implement DI functions thread-safe, as they may be called from different 
threads
+in SEMS anyway.
 
 Configuration parameters
 ------------------------
@@ -41,6 +49,10 @@
 
   server_retry_after 10       retry a failed server after n seconds
 
+  multithreaded    yes        MT or default server
+ 
+  threads          5          only in case of multithreaded
+
 Using XMLRPC2DI client over DI
 ------------------------------
 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to