fredwu / crawler

A high performance web crawler / scraper in Elixir.
939 stars 91 forks source link

use ets instead of registry for store #29

Closed happysalada closed 4 years ago

happysalada commented 4 years ago

Here is my reasoning.

My original issue was running into this actually.

In order to increase performance, the connection pool has to be managed in a different way. I'm currently researching this.

Let me know what you think

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.5%) to 98.883% when pulling d3ed3f2647806a25454ffa0d72f894d01af85cd4 on happysalada:master into f2e0e93e7385e7acee657cd02d934c1edb595c52 on fredwu:master.

happysalada commented 4 years ago

I'm going to go ahead and close this PR, as it doesn't fix the underlying issue. Let me know in case you still want to merge it