The twitter user stream docs state
Note that User Streams are not intended for server-to-server connections.
To maintain some metrics (when the user is away) I need to run a user stream from my server.
I cant user the public stream API as it does not allow me to track more than 400 words.
What happens if I start user stream(s) from my server for, say, a thousand users?