Posted by Grandma Eubanks on Feb 15
Forgive me as I have not tested this, but the lone python interpreterhandles the multistack, right? If so, this wouldn't actually span cores due
to GIL restrictions, thus not really allowing parallell processing.
*Have not looked at curl's bindings for Python, so honestly wondering if
this is easier to handle than the multiprocessing library. If so, I might
test around with this.
**This on top of the blocking socket issues makes this...