|
|
|
|
|
by dragonwriter
1512 days ago
|
|
> I think you very much can say that "at the boundaries, applications are procedural" (i.e., they do side-effecting things sequentially). Well, side-effecting, yes, because that's literally how we define boundaries. Sequentially? Not so much; concurrency (whether asynchrony or true parallelism) is important largely because simple sequential behavior doesn't capture what happens naturally at the boundaries well. (I suppose on an individual boundary, defined in the right way, there is likely to be a sequencing constraint, but not in aggregate across the boundaries of the system.) |
|