Viewing profile — oddurmagg
oddurmagg
HN member- Joined
- Sun, Sep 15, 2013, 11:40 AM UTC
- HN karma
- 10
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About oddurmagg
No profile information was provided.
Recent public activity
-
comment
Comment #7921486
What other services like this are out there ? I know of loader.io but I am specifically looking for ones which I can script to simulate real users.
-
comment
Comment #7770230
+1 confd + haproxy would be a better choice. I have plans do roll the cocktail out, but running the HA prox y on each machine, much like the airbnb smartstack: http://nerds.airbnb.…
-
comment
Comment #6388788
Stackless Python support Go style concurrency with tasklets( goroutines in go) and channels for scheduling and data passing between them. Pypy now has stackless support, which make…