Hi there!
I was trying to do some basic benchmark of Julia's HttpServer, however I 
have some strange behaviour.
When I ask ab to do 20k requests in a single thread, at around request #16k 
Julia starts accepting connections quite slowly (around 20s). If I request 
two threads, then ab fails with timeout on connecting (60s).
I thought that the problem may be with the GC so I disabled it, but that 
didn't help.
I would be grateful for the tips on how to look into this more closely.

(Julia 0.3.10 via brew on os x)

Reply via email to