On Thu, 25 Dec 2008 21:55:39 -0800 (PST), bryanh wrote:
> Does this function cause all YIELD'd routines to be recalled?

No, just the one in the current transaction/connection.

> 2.) Can I send a response to SMTP (i.e. return OK / return XXX)
> without waiting to be recalled by a hook after run_continuation?  I
> would use this when Danga::Socket gives me a response to send the
> result direct w/o waiting to be recalled by a hook.

Yes you can do this, but you'll need to set some sort of flag (in 
transaction notes) because your continuation hook will still get called 
this way.

Matt.

Reply via email to