Open
Description
I could not tell whether a newly created pool "owns" the current domain. In one of the test files, there are consecutive calls to setup_pool
:
Lines 40 to 41 in 15f04f3
Therefore, it seems okay to have multiple pools sharing the same domain (that is, the current domain). However, the documentation gave me the impression that I have to manually spawn new domains before setting up pools to avoid overlapping:
Lines 10 to 13 in 15f04f3
I wonder what is the intended semantics? What is the ownership relation between pools and domains? This might be related to #55.
Metadata
Metadata
Assignees
Labels
No labels