On 7/15/06, David Blewett <[EMAIL PROTECTED]> wrote:
> I'm starting to work on a webmail app in Django. I came across an
> improved version of
> imaplib1 that uses threads for some of the calls to the IMAP server.
> Will this cause
> problems in a Django / mod-python / Apache scenario? Or should I stick
> to plain imaplib?

  I think the answer probably depends on whether there's a way to join
all the threads of the library before the response is completed.
Otherwise, I imagine django processes could be recycled which would
rudely cut off threads.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to