Class Rumai::IXP::Agent::RangedPool
In: lib/rumai/ixp/transport.rb
Parent: Object

A finite, thread-safe pool of range members.

Methods

new   obtain   release  

Constants

FILL_RATE = 10   how many new members should be added to the pool when the pool is empty?

Public Class methods

Public Instance methods

Returns an unoccupied range member from the pool.

Marks the given member as being unoccupied so that it may be occupied again in the future.

[Validate]