I have Rack Faye application on Thin server and i have some logic on every faye client handshake/subscribe/disconnect.
This logic requires data storage in DB, some calculations and publishing messages back to some channels.
Where and how should one implement such stuff to avoid blocking main Faye thread with extensions?