|
Dave Cheney |
at May 27, 2013 at 11:14 am
|
⇧ |
| |
It means you have too many blocking operations ongoing -- remember,
when a goroutine blocks on a syscall, a new thread is created to
handle this blocking.
The most common cause of this is many goroutines trying to write to a
single file descriptor. Have you run the race detector on your code ?
On Mon, May 27, 2013 at 9:12 PM, dlin wrote:What's this error's meaning?
Does that mean I use too much goroutine?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out. --
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out.