Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 3842 days ago | link | parent

Sorry about the delay, but yes I can reproduce this. Thanks for the detailed bug report!


3 points by akkartik 3842 days ago | link

It's because of gotcha #3: arc's abusive IP detection.

https://sites.google.com/site/arclanguagewiki/arc-3_1/known-...

To disable this, redefine abusive-ip to do nothing, or delete the call to it in srv.arc. Or if you're just trying to do benchmarking you can disable it for requests from localhost.

-----

3 points by akkartik 3842 days ago | link

I've modified anarki to warn when it throttles an IP.

https://github.com/arclanguage/anarki/commit/c584e9618f

Sorry this was confusing; hopefully it won't catch anyone else.

-----

2 points by lark 3838 days ago | link

Thank you, that worked.

-----