I know and hate the process of passing around req, res, and others through 
asynchronous calls. But I don't understand how domains can help. Can you 
please give me an example? Thank you




On Saturday, May 4, 2013 5:29:27 AM UTC+2, s3shs wrote:
>
> On Friday, May 3, 2013 8:25:25 AM UTC-7, Isaac Schlueter wrote: 
>>
>> Yes, but if anything is scheduled in that domain, then it will be 
>> re-entered. 
>>
>  
> ---
>
> You mean, reserve one MySQL connection for *just* this requests 
>> queries and no others? 
>>
>>
> Thank you for your response.  And for confirming that a domain can serve 
> as a request's private-global.  A great feature.
>
> It appears the problem was mine.  I had two domains and was sharing a 
> single pool between them.  At some point my second domain lost its 
> connections when the domain #1 (and its pool) went away.  I solved the 
> problem with two pools, one per domain.
>
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to