Results 165 comments of Giridhar Pemmasani

Multiple instances of dispynode can be run by specifying different ports and different `--dest_path_prefix` options. While it is more cumbersome to use `--dest_path_prefix`, it may prevent accidental "abuse". May be...

I am a bit confused. Does this problem happen with either `reentrant=True` or `reentrant=False`? It shouldn't happen with `reentrant=False`. If it does, could it be that nodes are being restarted...

I have looked at this a bit more and it seems what may have happened is that the client lost connection to node temporarily (long enough for client to deem...

Is it possible to send me a small example that I can run?

The issue seems to be in assuming that any object that has `__class__` attribute can be used for getting source for that class (see line 2539 and 2546 in `__init__.py`)....

> In my case, I added a todict method to my class, and a constructor that can recreate the object from a dictionary Is it possible to add `__getstate__` and...

I believe fix committed should handle this case. Please test and confirm so new version can be released. Thank you for identifying the cause and potential fix, which made it...

See attached program, modified from 'sample.py' example. This submits each job with a new function. Note that dependencies sent with 'dispy_job_depends' are transient - if another job needs a function...

I tested the above program with both Linux and OS X. It seems the client is not detecting node(s). You may want to try adding node's address or name in...

If you tried above with github clone, then please try with latest release 4.8.4 (from 'pip' or [sourceforge](https://sourceforge.net/projects/dispy/files)). Apparently github is now not working for UDP broadcast which probably is...