lichtjiang
Programmer
It seems to hang forever at writing data to a DataOutputStream associated with a socket connection to a client. "locked at ...".
So, what could cause such block? "Unix Domain Socket" was used. Each write was between 10KB ~ 1MB. Is this because of some buffer problem with socket or something else?
Thanks!
So, what could cause such block? "Unix Domain Socket" was used. Each write was between 10KB ~ 1MB. Is this because of some buffer problem with socket or something else?
Thanks!