Changeset 1556

Show
Ignore:
Timestamp:
06/16/08 19:31:50 (4 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1554 r1556  
     12008-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 
    172008-06-14  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    28 
  • cherokee/trunk/cherokee/thread.c

    r1375 r1556  
    589589                 */ 
    590590                if (conn->timeout < thd->bogo_now) { 
     591                        TRACE (ENTRIES, "thread (%p) processing polling conn (%p): Time out\n", thd, conn); 
    591592                        purge_closed_polling_connection (thd, conn); 
    592593                        continue; 
     
    644645                 */ 
    645646                if (conn->timeout < thd->bogo_now) { 
     647                        TRACE (ENTRIES, "thread (%p) processing conn (%p): Time out\n", thd, conn); 
     648 
    646649                        conns_freed++; 
    647650                        purge_closed_connection (thd, conn);