-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Launch in a shell the following command :
$ ppserver.py -a
Now try to launch sum_primes.py example with '127.0.0.1' in ppservers tuple.
$ python sum_primes.py 0
It just freeze while with the original pp version, it works.
In order to get ppft to work with sum_primes.py example you have to specify which port to use and listen on.
$ ppserver.py -a -p60000
and '127.0.0.1:60000' in ppservers tuple.