Re: Django and Threading

2006-07-17 Thread Jeremy Dunck
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

Django and Threading

2006-07-15 Thread David Blewett
Hi All: 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? David Blewett 1: http://www