Andrew Dunstan wrote:
> Using completion ports assumes your app is threaded in the first
> instance, doesn't it?
Basically, yes, but using asynch I/O (file comp. ports) does not
necessarily require the whole thing have to be moved over to threads.
That said, I agree on all points.
Merlin