Asyncoro 1.2 released, Python parallel distributed framework

Source: Internet
Author: User

Asyncoro 1.2 is released. This version supports distributed files and changes the authorization protocol to MIT.

The asyncore library is a standard library of python, which is an asynchronous socket package. We can directly use underlying libraries such as sockets when operating the network, but asyncore makes it easier for us to operate the network and avoid directly using socket, select, poll and other tools are complex.

This library is simple and contains a function and a class.

Loop () function, dispatcher base class

It should be noted that the loop function is global, not the dispatcher method.

Every class Object inherited from dispatcher can be considered as a socket to be processed, such as a TCP connection or UDP, or even an uncommon one. It is easy to use. We need to define a class that inherits the dispatcher, and then overwrite it.) Some methods can be used.

Asyncoro: click here

Link: http://www.oschina.net/news/31910/asyncoro-1-2

Edit recommendations]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.