Giridhar Pemmasani
Giridhar Pemmasani
If it is trivial, submit a patch.
I have tested this with Linux node and scheduler and OS X client. It worked fine. I don't have a Windows computer to test as you used. You can try...
Yes, apparently SSL with IOCP doesn't work. It seems to work if both sides are Windows with IOCP (I have only tested with both client and server on same Windows...
@MagSc : Thank you for your post. I don't know what the issue is with 'socket' not having 'IPPROTO_IPV6' defined. However, `gethostbyname` is not supported with IPv6 so the change...
It turns out IPv6 with Windows required more work. It is fixed in latest release (4.7.5) and in current git head.
Until now dispy always sent broadcast information to get all available nodes. I just committed a patch that doesn't do this. You can get this now from github or wait...
If the nodes are used exclusively by your computations, then you can setup virtual environment in a directory (say, /tmp/dispy/virtenv), then you can start dispynode in that environment (after activating...
Interesting! (Please don't close this issue so others may comment / find this useful.)
Apparently httpd module in 'py3' branch is broken since 4.11.0 version - the white space (indentation) is messed up. I will release new version with the fix in couple of...
`submit_node` should be called only after node is already initialized. In this case, it is likely that 'host' is not yet initialized. You can either wait a bit (e.g., with...