I dont undestand if a low value to delimited parameter can make the searching tweet stream faster can someone help me to undestand what this parameter really mean…
Hope someone help me.
delimited=length does this: Consuming streaming data | Docs | Twitter Developer Platform
The number of bytes to read is sent in the stream before the actual message - so clients can check exactly how many bytes they need to read. Hosebird Client GitHub - twitter/hbc: A Java HTTP client for consuming Twitter's realtime Streaming API does this by default.
Using delimited parameter doesn’t make a noticeable difference to processing speed - but it helps to reliably read an entire message.
1 Like
system
Closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.