環境: 64 ビット Ubuntu14.04、i5-3230M
ZendOPcache を使用した PHP5.4.31
Node.JS 0.10.35
//t.js
var http = require('http');
http.createServer ( function (req, res) {
res.writeHead(200, {'Content-Type': 'text/html;charset=UTF-8'});
res.write('< html> ;