Y
Hacker News
new
|
ask
|
show
|
jobs
by
eurleif
333 days ago
You could use gevent. It uses green threads, so that the code you write looks like synchronous code. It can also monkeypatch core networking modules so that existing code will work without changes (including the Django ORM).