problem with gc?

zhmt via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 27 19:00:56 PDT 2015


I think it is not problem of gc, it is my fault:
The operations is serialized:
clent send  -> server recv  -> server send  -> client recv,
so if one operation takes too long time, the throughput will 
definitely fall down.

I cant explain why it so fast when buffer is big enough, and so 
low when buffer is smaller than data size.


More information about the Digitalmars-d-learn mailing list