@ -277,7 +277,7 @@ void queue_loop(void *arg)
DL_FOREACH_SAFE(LP_garbage_collector,req,rtmp)
{
DL_DELETE(LP_garbage_collector,req);
printf("garbage collect ipbits.%x\n",req->ipbits);
//printf("garbage collect ipbits.%x\n",req->ipbits);
free(req);
}
portable_mutex_unlock(&LP_networkmutex);
@ -614,7 +614,7 @@ void LP_rpc_processreq(void *_ptr)
if ( spawned > maxspawned )
printf("max rpc threads spawned and alive %d <- %d\n",maxspawned,spawned);
spawned = maxspawned;
maxspawned = spawned;
while ( remains > 0 )