After thinking over the problem (and making some measurements)
I found that the maximum time requred by execute() depends
on several parameters:

p * t * (r+1) / m

where
p is the number of packets to send (depends on number of vars and
     PduPacking)
t is individual timeout
r is Retries
m is MaxSessions

Therefore I say this statement of the manual
        The overall runtime for the complete SNMP::Multi request will be
        approximately: (retries + 1) * timeout
is quite optimistic.

(In my previous experiments p was almost equal to m, this is
why I thought t*(r+1) is approximately good.)


My notice about remaining() should be ignored. I reread manual
and it works now. :-)

Gabor



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to