pact icon indicating copy to clipboard operation
pact copied to clipboard

Concurrency Support

Open benwilson512 opened this issue 8 years ago • 0 comments

Hey,

I just happened to be glancing through this and I noticed that this serializes every single call through a single GenServer. This is a real problem. If you used Pact to call an HTTP endpoint within a Phoenix controller, each request would have to wait on each other to hit the pact genserver.

You should look into using :ets to store the registered services.

Thanks,

  • Ben

benwilson512 avatar Mar 25 '16 17:03 benwilson512