For anyone interested, in the very hacked together way, here is the code: <a href="https://github.com/sirwolfgang/unix-tweet" rel="nofollow">https://github.com/sirwolfgang/unix-tweet</a><p>Basically, we send out N number of tweets at the same second by queuing up and spin locking the workers. The real trick is getting all the connection pooling so that you don't blow your connect limits on everything.