Aaron Yodaiken
Aaron Yodaiken

Reputation: 19551

using thin for long-polling connection

since it's threadless, would the ruby-based thin be okay?

Upvotes: 2

Views: 1122

Answers (1)

BaroqueBobcat
BaroqueBobcat

Reputation: 10150

to do async connections, return -1 as your response code and do some stuff with event machine deferrables.

check out the async thin examples for more info.

Upvotes: 1

Related Questions