Am Mittwoch, den 10.12.2008, 14:55 +0100 schrieb Justin Bronn:
> No, it is not thread safe.  This is because both the GEOS and GDAL
> libraries are not thread safe.  While those development teams are
> working on making the libraries thread safe, they are not at this
> time.  Thus, do not use threads when deploying (e.g., no worker
> Apache, or using threads via FastCGI).

OK.
Thanks for the info.

At the moment we are using WSGI to connect Apache with Python/Django.
There in the apache config I set 

  WSGIDaemonProcess foo user=bar group=baz threads=1 processes=10

It's not perfect but it works. :-)
Regards,
Tobias


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to