A way to parallelize curl call with xargs:
cat url.list | xargs -n 1 -P 15 -I % curl -so /dev/null -k -A curltestxargs %