multi threaded SimpleXMLRPCServer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vyacheslav Maslov

    #1

    multi threaded SimpleXMLRPCServer

    Hi, all!

    I need multi threaded version of SimpleXMLRPCSer ver. Does python library
    already have implementation of this one? Or i need to implement multi
    threading by myself?

    Which way is the simpliest?
  • Stefan Behnel

    #2
    Re: multi threaded SimpleXMLRPCSer ver

    Vyacheslav Maslov wrote:
    I need multi threaded version of SimpleXMLRPCSer ver. Does python library
    already have implementation of this one? Or i need to implement multi
    threading by myself?
    >
    Which way is the simpliest?
    Twisted has XML-RPC support:



    Stefan

    Comment

    • Stefan Behnel

      #3
      Re: multi threaded SimpleXMLRPCSer ver

      Vyacheslav Maslov wrote:
      I need multi threaded version of SimpleXMLRPCSer ver. Does python library
      already have implementation of this one? Or i need to implement multi
      threading by myself?
      >
      Which way is the simpliest?
      Twisted has XML-RPC support:



      Stefan

      Comment

      Working...