Ferret requests are concurrent or sequential #700
Answered
by
ziflex
rahulsingh303
asked this question in
Q&A
-
Hi, In Ferret when we are scraping data in a FOR loop , is it doing sequentially or is it concurrent ? For eg, in this code https://github.com/MontFerret/ferret/blob/b3adea3622c6d103515efa1edd48d41a2d566073/examples/dynamic-page.fql , when we are scraping artists and tracks , is Ferret going through the list sequentially or concurrently ? -Rahul |
Beta Was this translation helpful? Give feedback.
Answered by
ziflex
Nov 23, 2021
Replies: 1 comment
-
Hey, Rahul! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ziflex
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hey, Rahul!
Ferret processes everything sequentially. The language does not support parallelism (yet?).