This error only occurs when I run the code through terminal. So, I can run through a browser for this site with no multi processing. The site also can't be pinged. It throws back an "Cannot resolve site.com: unknown host". Doing a traceroute follows about 15-16 IP addresses, then times out.
I'm not sure if this is intended behavior by the site, but based on some digging it seems that this may be related the protocol and/or socket? I'm not super familiar with these things, but it seems plausible, and I'm wondering if there's an easy fix for this?
I'm also wondering, if there was a fix for this, would it end up reducing the overall speed? Based on what I've found, the standard protocol for Unix is much faster with much less overhead. Am I stuck not using multi processing for this site?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
This error only occurs when I run the code through terminal. So, I can run through a browser for this site with no multi processing. The site also can't be pinged. It throws back an "Cannot resolve site.com: unknown host". Doing a traceroute follows about 15-16 IP addresses, then times out.
I'm not sure if this is intended behavior by the site, but based on some digging it seems that this may be related the protocol and/or socket? I'm not super familiar with these things, but it seems plausible, and I'm wondering if there's an easy fix for this?
I'm also wondering, if there was a fix for this, would it end up reducing the overall speed? Based on what I've found, the standard protocol for Unix is much faster with much less overhead. Am I stuck not using multi processing for this site?