Did you know ... Search Documentation:
Predicate create_pool/1
 create_pool(+Pool)[private]
Lazy creation of worker-pools for the HTTP server. This predicate calls the hook create_pool/1. If the hook fails it creates a default pool of size 10. This should suffice most typical usecases. Note that we get a permission error if the pool is already created. We can ignore this.