What are the consequences of a blocking server? If...
# http4k
a
What are the consequences of a blocking server? If I know my requests will take 2-5 seconds each to handle, will I be able to run a server that gets a new requests once per second? Or will this immediately start to back up?