| > Does anybody know what I can do to avoid these
errors:
> 10:10:00 Error: 'Unable to create a socket'
> (-5) after 2 retries at link
This message means that the engine couldn't create a
socket, because all file handlers were exhausted.
You may have defined a too high number of simultaneous
connection (>32, option c), which is generally not
handled by the operating system.
| |