> On Feb 25, 2015, at 3:01 AM, Anirban Bhattacharya 
> <anirbanbhattacharya1...@gmail.com> wrote:
> 
> Now when I am running Siege (a load test utility that simulate automatic 
> requests to websites) I get the below data
> 
> When it is hitting node application
> 
> HTTP/1.1 200   0.00 secs:    3544 bytes ==> GET  /
> 
> And when It is hitting PHP it is 
> 
> HTTP/1.1 200   0.06 secs:     516 bytes ==> GET  /loadTest/PHP/
> 
> When I do open in browser both the output looks same, for PHP the font looks 
> bigger (not sure how this differs).
> 
> 
> Below are complete codes..but no idea why each request to node giving more 
> data than that of PHP+Apache


try curl -v on each URL, save the output, and compare with diff -u. You should 
be able to spot what's different about them.

At least the content-type differs, but you've got 3kb of data unaccounted for 
too.

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/2A20C129-B0AC-4EEF-81D4-C77107533214%40nbtsc.org.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to