Hi,

I am using Django and mod_wsgi:

I have Use Case that i need to check each item on a list, the point is I am 
interesting in the item that result True - once I have it I don't care for 
the others (only one can be True), and i want to return it to the client - 
so I want to use imap_unordered - but when I do it, Django just hangs on 
the HttpResponse for couple of seconds and then return 200 whit out body.

is there a way so it will work?

thanks 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/3MnJjyAqzt8J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to