Menu

HELP:Multi-threaded version of the xml server

Help
adi
2004-06-11
2004-08-16
  • adi

    adi - 2004-06-11

    Hi,

    Does anybody know if there is a multi-threaded version of the xml server for this XMLRPC 0.7 package?
    I saw Tom R. posted a message in which he was saying that he has a working version and he can post it.
    Tom, have you posted one, and if so, how can we get it ?

    thanks,
    Adrian

     
    • Emmanuel Thiry

      Emmanuel Thiry - 2004-06-14

      Hi,
      I added to xmlrpc++0.7 Jae Young An's code given here :
      http://sourceforge.net/forum/forum.php?thread_id=910224&forum_id=240495
      and it seems to work well in Linux. To make it work in Windows or WIndows CE, you need pthread.dll from here : ftp://sources.redhat.com/pub/pthreads-win32/
      Make sure that XmlRpcClient::~XmlRpcClient() contains close(); too.

      Manu

       
    • dmi3

      dmi3 - 2004-07-13

      adi ,

      Did Emmanuels sugesstion work for you on a Windows machine?

      thanks .

      Dimitri

       
    • adi

      adi - 2004-07-19

      Dimitri,

      I have not tried it yet. I will try to use the multithreaded version this week. I will post any comments I have, on this newsgroup.
      However, I am running on Unix stations, not Windows.

       
    • adi

      adi - 2004-08-16

      I used Emmanuels' email which contained Jae Young An's code, and modified it a bit to be able to compile under Solaris.
      So I got a multiThreadedXmlRpcServer to run. However, for higher number of threads (over 12 or so) the server crashes.

      Adrian

       

Log in to post a comment.