Y
Hacker News
new
|
ask
|
show
|
jobs
by
zwily
3298 days ago
It just means you're tying up a thread (or whole process, if your rails app isn't running with threads) waiting for the response.
1 comments
homakov
3298 days ago
It's not a requirement though: one may ping from the client side with setInterval.
link