fukamachi / dexador

A fast HTTP client for Common Lisp
http://ultra.wikia.com/wiki/Dexador
379 stars 41 forks source link

Document size of connection pool #160

Open bo-tato opened 1 year ago

bo-tato commented 1 year ago

dexador:make-connection-pool and dexador.connection-cache:*max-active-connections* are well documented in the source, but I think they deserve a mention in the README. Right now if you are using dexador multithreaded in more than 8 threads, and you don't read the source and notice those settings, then it will run much slower than possible as it will be not able to store all the current connections in the pool and have to constantly reconnect.