module Bio::TogoWS::AccessWait
Internal Use Only.
Bio::TogoWS::AccessWait
is a module to implement a private method for access.
Constants
- TOGOWS_ACCESS_WAIT
common default access wait for
TogoWS
services- TOGOWS_ACCESS_WAIT_MAX
Maximum waiting time to avoid dead lock. When exceeding this value, (max/2) + rand(max) is used, to randomize access. This means real maximum waiting time is (max * 1.5).