On Apr 12, 2007, at 4:25 PM, Sean Davis wrote: > > Thanks, Alberto. That is what I was thinking. Just to followup, > if I may, but where do you keep your threadpool so that all > requests have access to it? In a global variable?
place it at yourapp/lib/app_globals:Globals binding it to "self" inside __init__. You'll have it availbale at pylons.g Alberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
