On May 14, 1:13 am, Rajesh Dhawan <[EMAIL PROTECTED]> wrote:
> On May 13, 2:52 pm, Goodrone <[EMAIL PROTECTED]> wrote:
>
> > What is the most up-to-date information about multithread safety in
> > Django? Is it a good idea to spawn several threads and use models from
> > there?
>
> Several threads within one request/view?

Well, I start several threads in some views, and in some other views I
notify them to do something.

We can consider a good example: an IM bot. Can it live in a separate
thread within a Django instance? Can the bot use the ORM from its
thread?
--~--~---------~--~----~------------~-------~--~----~
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