I was hoping that someone would be kind enough to confirm how hypnotoad and workers...well work :)
If for example my client code has a loop ( i.e for each ) that calls the same route with a different argument on each iteration. Is it possible that each call to the backend will be handled by a different worker ad therefore simultaneously? ( if there are free workers?)
I know this is a basic question but any help is appreciated
Thanks.