Re: Advanced concurrancy
- From: jemfinch@xxxxxxxxx
- Date: 28 Jul 2005 10:41:54 -0700
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
.
- References:
- Advanced concurrancy
- From: Peter Tillotson
- Re: Advanced concurrancy
- From: Calvin Spealman
- Advanced concurrancy
- Prev by Date: Re: Rich Graphics?
- Next by Date: Re: Regex for nested {}
- Previous by thread: Re: Advanced concurrancy
- Next by thread: Re: Advanced concurrancy
- Index(es):
Relevant Pages
|