Queue remote calls to a Python Twisted perspective broker?

前端 未结 2 575
醉话见心
醉话见心 2020-12-13 01:10

The strength of Twisted (for python) is its asynchronous framework (I think). I\'ve written an image processing server that takes requests via Perspective Broker. It works g

2条回答
  •  情歌与酒
    2020-12-13 01:50

    You might also like the txRDQ (Resizable Dispatch Queue) I wrote. Google it, it's in the tx collection on LaunchPad. Sorry I don't have more time to reply - about to go onstage.

    Terry

提交回复
热议问题