asyncoro version 4.5.6 has been released. In this release, Channel's deliver method implementation has been changed to get reply asynchronously from remote server. Otherwise, if n parameter is bigger than 1 and channel doesn't have enough scubscribers yet, delivering message may block until enough subscribers register with the channel (which would mean other messages to that remote server can't be delivered). Now during the time reply fromdeliver is pending, any other messages to that remote server...
asyncoro version 4.5.5 has been released. In this version httpd has been fixed to support IPv6 addresses.
asyncoro version 4.5.5 has been released. In this version httpd has been fixed to support IPv6 addresses.
asyncoro version 4.5.4 has been released. In this release Fixed IPv6 for Windows and OS X. IPv6 with Python 2.7 under Windows needs package win_inet_pton (it is not required for Python 3.6+). For IPv6 under OS X, package netifaces is required. Even if not required with other platforms, netifaces is also strongly recommended. Fixed a potential deadlock in discoro module (for distributed concurrent communicating processes).
asyncoro version 4.5.3 has been released. In this version Fixed (default) host name...
asyncoro version 4.5.2 has been released. In this version Fixed socket's sendto for...
asyncoro version 4.5.1 has been released. In this version ping_interval and zombie_period...
asyncoro version 4.5.0 has been released In this release, discoro_schedulers.py (and...
asyncoro version 4.4.1 has been released. In this release Fixed asyncoro.Location...
asyncoro vesion 4.4.0 has been released. In this release IPv6 support has been added....
asyncoro version 4.3.4 has been released. This version fixes recvall with Python...
asyncoro version 4.3.3 has been released. This version fixes issue with sending large...
asyncoro version 4.3.2 has been released. In this version accept method of AsyncSocket...
Tuple (or any object) can't be sent over network; they have to be serialized and...
Tuple (or any object) can't be sent over network; they have to be serialized and...
Hi! I stumbled across a a very strange problem. If I try to send a named tuple from...
asyncoro version 4.3.1 has been released. The changes since last version are RemoteCoroScheduler...
I realized that I included some extraneous files in 'py2' branch (used for installing...
asyncoro version 4.3.0 has been released. Following is summary of changes since last...
asyncoro version 4.2.2 has been released. In this release dest_path method of (distributed)...
asyncoro version 4.2.1 has been released. In this version Added node_filters option...
asyncoro version 4.2.0 has been released. The changes since lat release are: discoronode...
asyncoro version 4.1.1 has been released. With this version modules transferred for...
asyncoro version 3.6.15 has been released. In this version Added discover_peers option...
asyncoro version 4.1 has been released. Up to now, coroutines are expected to yield...
You can disable peer status messages with asyncoro.AsynCoro.instance().peer_status(None),...
Hi, Questions about peer_status method: How do I unsubscribe a coroutine from receiving...
asyncoro version 4.0 has been released. In this release Distributed computing support...
asyncoro version 3.6.16 has been released. This version fixes error when asyncoro...
asyncoro version 3.6.15 has been released. In this version Added discover_peers option...
asyncoro version 3.6.13 has been released. In this version If psutil module is available,...
asyncoro version 3.6.12 has been released. This releases supports/fixes loading and...
asyncoro version 3.6.11 has been released. In this version discoro_ssh_ec2.py file...
asyncoro version 3.6.10 has been released. In this version two additional optional...
asyncoro version 3.6.9 has been released. In this release send_file has been changed...
asyncoro version 3.6.8 has been released. In this version tcp_ports option has been...
asyncoro version 3.6.7 has been released. This version fixes issues with socket errors;...
asyncoro version 3.6.6 has been released. Following are changes since last release:...