Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Lightweight Web Services (confreaks.com)
29 points by qhoxie on Dec 8, 2008 | hide | past | favorite | 1 comment


I wholeheartedly agree with the general modular approach.

Rack is doing wonders in enabling this approach, with small apps via frameworks like Sinatra, Camping, Ramaze, Merb flat to run as services.

However, the big downer of this approach is Ruby's Net::HTTP. It's so slow that I get only about 10r/s on a core 2 duo macbook with it. This is a huge bottleneck.

Now imagine running your authentication as a separate app (for SSO, e.g.) accessed as a rest service via Net::HTTP. :(

Disclaimer: I haven't watched the video yet, connection too slow, don't know if/how they address this problem.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: