unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Rob Sutherland <rob@roberocity.com>
To: mongrel-unicorn@rubyforge.org
Subject: Two log entries for every request
Date: Sat, 14 Jan 2012 11:43:28 -0600	[thread overview]
Message-ID: <3BF033F699484A0F9E6F71C6066CD033@roberocity.com> (raw)

These are lines from a local dev log. Notice the two identical (except for time taken) entries for the requests. Every request has two entries with the 2nd entry taking longer. This is a dev environment so the .css is referenced. On the server this same app is doing the same thing.

Any ideas? Is it bug in my code? 

I, [2012-01-14T10:54:09.089535 #34573] INFO -- : listening on addr=0.0.0.0:8080 fd=3
I, [2012-01-14T10:54:09.090163 #34573] INFO -- : worker=0 spawning...
I, [2012-01-14T10:54:09.092941 #34573] INFO -- : master process ready
I, [2012-01-14T10:54:09.095054 #34597] INFO -- : worker=0 spawned pid=34597
I, [2012-01-14T10:54:09.095875 #34597] INFO -- : Refreshing Gem list
I, [2012-01-14T10:54:19.744259 #34597] INFO -- : worker=0 ready
127.0.0.1 - - [14/Jan/2012 10:54:26] "GET /page/url HTTP/1.1" 200 29950 0.3179
127.0.0.1 - - [14/Jan/2012 10:54:26] "GET /page/url HTTP/1.1" 200 29950 0.5209
127.0.0.1 - - [14/Jan/2012 10:54:26] "GET /ui/base.css HTTP/1.1" 200 33178 0.0670
127.0.0.1 - - [14/Jan/2012 10:54:26] "GET /ui/base.css HTTP/1.1" 200 33178 0.0716





_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying

             reply	other threads:[~2012-01-14 17:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-14 17:43 Rob Sutherland [this message]
2012-01-14 21:03 ` Two log entries for every request Eric Wong
2012-01-14 22:40   ` Rob Sutherland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/unicorn/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3BF033F699484A0F9E6F71C6066CD033@roberocity.com \
    --to=rob@roberocity.com \
    --cc=mongrel-unicorn@rubyforge.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).