Changeset 1556
- Timestamp:
- 06/16/08 19:31:50 (4 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/thread.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1554 r1556 1 2008-06-16 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/thread.c (process_polling_connections) 4 (process_active_connections): Added a couple of new TRACE entries 5 that will help to trace when connections time out. 6 1 7 2008-06-14 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 8 cherokee/trunk/cherokee/thread.c
r1375 r1556 589 589 */ 590 590 if (conn->timeout < thd->bogo_now) { 591 TRACE (ENTRIES, "thread (%p) processing polling conn (%p): Time out\n", thd, conn); 591 592 purge_closed_polling_connection (thd, conn); 592 593 continue; … … 644 645 */ 645 646 if (conn->timeout < thd->bogo_now) { 647 TRACE (ENTRIES, "thread (%p) processing conn (%p): Time out\n", thd, conn); 648 646 649 conns_freed++; 647 650 purge_closed_connection (thd, conn);