You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…performance. We know parallelise the reading from the ES stream and handle each tweet in turn. This not only means the tweets are processed in parallel but we can start processing them before we've read the full result set from ES. see issue #6 for more details
TwitIE is accessed via a web service endpoint which can support multiple concurrent requests. Unfortunately the wrapper works through the tweets sequentially passing each one in turn to TwitIE and waiting for a response.
The text was updated successfully, but these errors were encountered: