Hello, with r1102 the xmlrpc server can be run in multi-threaded mode; the thread count for the thread pool can be configured from the config file [1]. if thread pool is exhausted, the server will still block (another possibility would be to end the connection, so that client would retry).
with r1104 I have promoted this module from apps/examples/ to apps - it has been in production as server and client for quite some time, and I find it really useful. As it needs the xmlrpc++ library be installed, it still won't be included in the default build (=be in excluded_modules). BR Stefan [1] from xmlrpc2di.conf # run multi-threaded server? # Default: yes # # multithreaded = yes # threads to run - this many requests can be processed in parallel # Default: 5 # # threads=5 -- Stefan Sayer VoIP Services [EMAIL PROTECTED] www.iptego.com IPTEGO GmbH Am Borsigturm 40 13507 Berlin Germany Amtsgericht Charlottenburg, HRB 101010 Geschaeftsfuehrer: Alexander Hoffmann _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
