Module: Bio::TogoWS::AccessWait

Included in:
REST
Defined in:
lib/bio/io/togows.rb

Overview

Internal Use Only.

Bio::TogoWS::AccessWait is a module to implement a private method for access.

Constant Summary collapse

TOGOWS_ACCESS_WAIT =

common default access wait for TogoWS services

1
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).

60