I’ve been investigating methods for performing affiliate based click tracking, for both work and my own personal needs. I’ve tried using Rails directly, Sinatra and Rack.
Rails – Slow, hell no.
Sinatra – Fast, but now another app to maintain (as small as it is), but still an option.
Rack – Faster than Rails, slower than Sinatra. [...]