<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>I noticed that after my server send a partial response it stops for a minute then prints that line and continues to serve. see below. Is it something i should be concerned? Is it because of my database? i am on ubuntu 11.10 64 bit with ext4 partition</div><div>[2011-11-14 12:12:27.844784 #8820] Completed in 1269ms (View: 37, DB: 4) | 200 OK [http://192.168.0.177/?lat=47.0183&lon=28.8379&zoom=14]<br><br><br>[2011-11-14 12:13:40.188602 #8820] SQL (0.2ms) SET client_min_messages TO 'panic'<br>[2011-11-14 12:13:40.190560 #8820] SQL (0.3ms) SET standard_conforming_strings = on<br>[2011-11-14 12:13:40.191072 #8820] SQL (0.2ms) SET client_min_messages TO 'notice'<br>[2011-11-14 12:13:40.204445 #8820] Processing SiteController#edit (for
192.168.0.101 at 2011-11-14 12:13:40) [GET]<br>[2011-11-14 12:13:40.204917 #8820] Parameters: {"lon"=>"28.8379", "lat"=>"47.0183", "zoom"=>"14"}<br>[2011-11-14 12:13:40.213128 #8820] User Load (1.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1 AND ("users"."status" IN ('active','confirmed','suspended'))) <br>[2011-11-14 12:13:41.443173 #8820] Rendering template within layouts/site<br>[2011-11-14 12:13:41.443277 #8820] Rendering site/edit<br>[2011-11-14 12:13:41.444257 #8820] Rendered site/_sidebar (0.3ms)<br>[2011-11-14 12:13:41.446990 #8820] Rendered site/_search (2.5ms)<br>[2011-11-14 12:13:41.447524 #8820] Rendered site/_resize (0.3ms)<br>[2011-11-14 12:13:41.458399 #8820] ClientApplication Load (0.8ms) SELECT * FROM "client_applications" WHERE ("client_applications"."key" = 'PF6BO9Q0RoMRXyRX4ILKQ') LIMIT 1<br>[2011-11-14 12:13:41.566409 #8820] AccessToken Load
(0.9ms) SELECT * FROM "oauth_tokens" WHERE (("oauth_tokens"."client_application_id" = 1) AND ("oauth_tokens"."invalidated_at" IS NULL AND "oauth_tokens"."user_id" = 1)) AND ( ("oauth_tokens"."type" = 'AccessToken' ) ) LIMIT 1<br>[2011-11-14 12:13:41.573949 #8820] ClientApplication Load (0.5ms) SELECT * FROM "client_applications" WHERE ("client_applications"."id" = 1) <br>[2011-11-14 12:13:41.576657 #8820] Rendered site/_potlatch2 (128.9ms)<br>[2011-11-14 12:13:41.586945 #8820] UserRole Load (0.8ms) SELECT * FROM "user_roles" WHERE (("user_roles"."user_id" = 1)) <br>[2011-11-14 12:13:41.587331 #8820] Rendered layouts/_head (9.9ms)<br>[2011-11-14 12:13:41.588497 #8820] Rendered layouts/_flash (0.1ms)<br>[2011-11-14 12:13:41.598519 #8820] SQL (0.8ms) SELECT count(*) AS count_all FROM "messages" WHERE ("messages"."to_user_id" = 1 AND ("messages"."message_read" = 'f' AND
"messages"."to_user_visible" = 't')) <br>[2011-11-14 12:13:41.599487 #8820] Rendered layouts/_inbox (9.8ms)<br>[2011-11-14 12:13:41.609668 #8820] Completed in 1405ms (View: 163, DB: 6) | 200 OK [http://192.168.0.177/edit?lat=47.0183&lon=28.8379&zoom=14]<br>[2011-11-14 12:13:41.710205 #8820] SQL (0.3ms) SET client_min_messages TO 'panic'<br>[2011-11-14 12:13:41.711168 #8820] SQL (0.3ms) SET standard_conforming_strings = on<br>[2011-11-14 12:13:41.711518 #8820] SQL (0.2ms) SET client_min_messages TO 'notice'<br><br></div><div><br></div><div><br></div></div></body></html>