Hacker News new | ask | show | jobs
by akvadrako 973 days ago
No, he means a run loop which polls for events, often by using poll() or select(), but it could also just be sleep() and then a SELECT statement.

Then it contains logic to handle events.

1 comments

Ah thanks. Didn't hear 'long polling' in that context yet.