>
>
> What is GeoDango and how does that come into it? What are the
> multithreading issues in GeoDango?

GeoDjango is django.contrib.gis

"This could be part of your problem -- it should be `threads=1`.  This
is because GEOS is not a thread safe library, and the serialization to
WKT code in particular uses static variables that can cause
unpredictable behavior if multiple threads enter the code at the same
time.  Thus, you also made the right choice in choosing a prefork
version of Apache (which Robert should also be using instead of the
worker). "
-- Justin Bronn, GeoDjango Author

http://groups.google.com/group/modwsgi/browse_thread/thread/a488d2551c4c7df0/965fc33e88ce9b62?lnk=gst&q=geodjango#965fc33e88ce9b62

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modwsgi@googlegroups.com
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to