TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GeekTime (Event Tweet Scheduling)

1 pointsby sirwolfgangabout 10 years ago

1 comment

sirwolfgangabout 10 years ago
For anyone interested, in the very hacked together way, here is the code: <a href="https:&#x2F;&#x2F;github.com&#x2F;sirwolfgang&#x2F;unix-tweet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sirwolfgang&#x2F;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&#x27;t blow your connect limits on everything.