On Wed, 30 Jan 2019 12:21:46 -0800 Tom Mitchell <mi...@niftyegg.com> wrote:
>
> On Tue, Jan 29, 2019 at 12:55 AM =E4=BC=8A=E8=97=A4=E5=92=8C=E4=B9=9F <kazy=
> a.ito.dr...@gmail.com> wrote:
>
> > I know the general meaning of a deadlock, but I don't know the meaning of
> > a deadlock in golang.
> >
>
> Good question...
> A classic and now hard to find reference for a deadlock is "Operating
> System Principles (Prentice-Hall Series in Automatic Computation) by Per
> Brinch Hansen"
>

This is the classic paper on Deadlocks:

http://www.ccs.neu.edu/home/pjd/cs7600-s10/Tuesday_January_26_01/p67-coffman.pdf

@article{Coffman:1971:SD:356586.356588,
 author = {Coffman, E. G. and Elphick, M. and Shoshani, A.},
 title = {System Deadlocks},
 journal = {ACM Comput. Surv.},
 issue_date = {June 1971},
 volume = {3},
 number = {2},
 month = jun,
 year = {1971},
 issn = {0360-0300},
 pages = {67--78},
 numpages = {12},
 url = {http://doi.acm.org/10.1145/356586.356588},
 doi = {10.1145/356586.356588},
 acmid = {356588},
 publisher = {ACM},
 address = {New York, NY, USA},
}

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to