From: Zoran V. <zv...@ar...> - 2006-01-09 08:21:52
|
Am 08.01.2006 um 19:37 schrieb Vlad Seryakov: > There could be different connection pools with one connection queue > in each pool Now if this is so, then I do not understand why NsQueueConn is not called for each ready socket. If the socket A is bound to conn pool A' and the socket B to conn pool B' then there is no reason NOT to NsQueueConn(B) if the NsQueueConn(A) fails. Or is there something deeper and not so obvious?? Cheers Zoran |