> On Aug 18, 2016, at 10:02 PM, Wietse Venema <wie...@porcupine.org> wrote: > > What are you using to "run" the policy service? Try using "telnet > 127.0.0.1 9998" or "nc 127.0.0.1 9998" to test it.
Thanks Wietse. :) What do you mean "run" the policy service? It's a python program. > In particular, what happens when you make 100 simultaneous connections? Any idea how i can simulate 100 concurrent connections on Linux command line?