Changes between Initial Version and Version 1 of Ticket #19214, comment 4
- Timestamp:
- Oct 30, 2012, 4:14:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19214, comment 4
initial v1 1 1 I'm very wary of spawning threads in request handlers. It will work in trivial cases but I'm not sure application servers handle this very well under load. 2 2 3 lrekucki's proposal is interesting — and can be implemented as a [https://docs.djangoproject.com/en/dev/topics/email/#defining-a-custom-email-backend custom email backend] .3 lrekucki's proposal is interesting — and can be implemented as a [https://docs.djangoproject.com/en/dev/topics/email/#defining-a-custom-email-backend custom email backend] without any change in Django.