On Tue, 13 Jan 2009 08:38:09 -0600, David Nicol wrote:
> On Mon, Jan 12, 2009 at 5:11 PM, Matt Sergeant <m...@sergeant.org> wrote:
>> Except doesn't work with -async. Well, it works, but blocks.
> 
> a deferred approach would help async, as the job to look up the remote
> name could get spawned at pre-connection time and it wouldn't have to
> block until it was needed, which might be as late as queueing/delivery
> time, for the received header, or might be never (or might be earlier,
> when something else needs to know.)

To be fair, it could be made to work with Async anyway, just using the 
current code which looks it up properly asynchronously on connection.

Reply via email to