akephalos icon indicating copy to clipboard operation
akephalos copied to clipboard

Allow single akephalos instance to have multiple connections

Open bernerdschaefer opened this issue 15 years ago • 1 comments

Rather than serving a single instance of Akephalos::Client over DRb, you should be able to have multiple clients connect to the server and run simultaneously. This would allow a few things:

  1. Start a single, long-running server instead of starting and stopping the server for each test run.
  2. Allow tools like hydra and specjour which run multiple workers on a single box to talk to the same server.

bernerdschaefer avatar Sep 11 '10 21:09 bernerdschaefer

This would be appreciated, simply for the first case. I do so hate the slow startup time :(

mcmire avatar Jan 03 '11 21:01 mcmire