Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
heroic
on May 14, 2012
|
parent
|
context
|
favorite
| on:
Why we moved from NodeJS to Ruby on Rails
The point is that the rack middleware would be called for everything, which is very heavy for something so trivial
julian37
on May 14, 2012
|
next
[–]
I didn't mean to imply that NodeJS isn't the best fit for the problem at hand. I was just trying to clarify that it doesn't take an asynchronous framework like Node to keep processing a request after the connection is closed.
mike-cardwell
on May 14, 2012
|
parent
|
next
[–]
Yeah, even with a simple Perl CGI, all you have to do is close STDOUT if you want the HTTP response to end, but continue processing the request.
cmelbye
on May 14, 2012
|
prev
[–]
Of course, it's trivial to write request methods that bypass the rack middleware in Rails.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: