[swift-server-dev] HTTP API v0.1.0

Helge Heß me at helgehess.eu
Thu Nov 2 13:51:46 CDT 2017


On 2. Nov 2017, at 18:53, Carl Brown <carl.brown.swift at linuxswift.com> wrote:
> my high load test suite uses 60-80 simultaneous curl processes hitting an 8-core server

80 concurrent requests on a 8-core server is the high load test? 😳

I was thinking more about something like this:

  ab -n 100000 -c 10000 http://localhost:1337

on a regular desktop machine and see where this goes.


But I don’t know what your handler does :-)

hh



More information about the swift-server-dev mailing list