Hi, all I am writing a GoogleTalk bot for my django site, but I don't know were to initiate a xmpppy Client object in Django. Should I put it in my project's __init__.py ? I need the bot to be always online so where can I write a GLOBAL, long survival object in Django? How can I make xmpppy Client login only ONCE where django project starts?(I found that __init__.py will be called several times during Django starting.)
Any info is appreciated, thank you all! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

