2009-12-07から1日間の記事一覧

少し早起きしてRails send_fileとlighttpd sendfile(内部的にはsendfile(2)のはず)を比べてみました。 Railsのsend_file class ImagesController < ApplicationController def show send_file("/home/komamitsu/images/#{params[:id]}.png") end end Lighttp…