comparison src/http/ngx_http_busy_lock.c @ 193:dd66383796a5

nginx-0.0.1-2003-11-20-20:36:43 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Nov 2003 17:36:43 +0000
parents c966c09be66b
children 8dee38ea9117
comparison
equal deleted inserted replaced
192:31824be1fc66 193:dd66383796a5
57 { 57 {
58 int rc; 58 int rc;
59 59
60 rc = ngx_http_busy_lock_look_cachable(bl, bc, lock); 60 rc = ngx_http_busy_lock_look_cachable(bl, bc, lock);
61 61
62 ngx_log_debug(bc->event->log, "BUSYLOCK: %d" _ rc); 62 ngx_log_debug(bc->event->log, "BUSYLOCK: %d %d:%d" _
63 rc _ bl->waiting _ bl->max_waiting);
63 64
64 if (rc == NGX_OK) { /* no the same request, there's free slot */ 65 if (rc == NGX_OK) { /* no the same request, there's free slot */
65 return NGX_OK; 66 return NGX_OK;
66 } 67 }
67 68