Menu

#1 master is down

open
nobody
None
5
2009-09-24
2009-09-24
Courgette
No

server cannot connect to master.
Also, timeout is very long. could be shorten with

[code]
# Référence le server
print 'Trying to connect to master...'
master = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
master.settimeout(5)
[/code]

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.