Hacker News new | ask | show | jobs
Show HN: GeekTime (Event Tweet Scheduling) (geektime.tweetypi.co)
1 points by sirwolfgang 4053 days ago
1 comments

For anyone interested, in the very hacked together way, here is the code: https://github.com/sirwolfgang/unix-tweet

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.