I'd like to maintain a resource (python object) between multiple
requests and multiple users.  In this case, I'd like my app to
maintain a Jabber connection which is established when it's needed and
kept as long as possible.  This way the app can IM users as needed
without having to go through the very expensive process of negotiating
a connection with a Jabber server every time a message needs to be
sent.

Does anyone have any ideas of how this might be achieved within Django?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to