Is the following implemented or will it be implemented?
I have two threads, one that writes HTTP post requests to
http://stream.twitter.com/track.json and one thread that reads the
response from this request. Can I, without breaking the response
stream, update the track parameter list so that I can update my search
query real time without any interruption or the response stream?
So for example:
1. Pass a ("http://stream.twitter.com/track.json, "track="red")
message to the Posting thread
2. The Response thread will now read the status changes containing the
keyword red
3. Pass a ("http://stream.twitter.com/track.json, "track="blue")
message to the Posting thread
4. The Response thread will now read the status changes containing the
keyword red