Re: draft Carrier API

Alexei Kaigorodov via Concurrency-interest <[email protected]> Wed, 11 Mar 2020 01:21:17 -0700 (MST)
Newsgroups gmane.comp.java.jsr.166-concurrency
Message-ID <[email protected]>
The method sendSynchronously() requires to wrap each message in an envelope
which also contains a reference to sender, to pass ack signal. This is a
pure performance loss for (most frequent) cases where acknowledge is not
required. Besides, this method has little sense. It notificates sender that
the message has left the carrier, but did it reached the destination? There
can be other intermediate steps between the sender and the destination.
I propose to remove this method.



--
Sent from: http://jsr166-concurrency.10961.n7.nabble.com/
_______________________________________________
Concurrency-interest mailing list
[email protected]
http://cs.oswego.edu/mailman/listinfo/concurrency-interest