I've been looking at the parallelism of a storm topology. In what situations is 
it useful to have more than one task running on the same executor? An executor 
is a thread, so if there's several tasks on that executor only one task can run 
at a time. So why would you want more than one task on the same thread, if only 
one can run at once?

SimonC

Reply via email to