Re: Advanced concurrancy



Asynchrony is not concurrency. If you have to turn your code "inside
out," (that is, if you have to write your code such that the library
calls your code, rather than vice versa) it's very much *not*
concurrency: it's just asynchrony.

While Twisted makes asynchronous code relatively easy to write and
maintain, it's just not concurrency. I can't simply drop my
single-threaded code into it and have it work, like I can with a truly
concurrent system.

Jeremy

.



Relevant Pages

  • Concurrency in Ada Errata in word format not Post script format
    ... Does anyone know of a Word format of Concurrency in Ada errata? ... suffering with this book for years now. ... Prev by Date: ...
    (comp.lang.ada)
  • Any recommendations on books for ADO.NET?
    ... * Understanding of what to do to handle concurrency issues ... * Best practices overall. ... Shane ... Prev by Date: ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: DBCurrency
    ... Don't see it as a real sample how to use ... It shows how the concurrency can be used. ... Cor ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)