Wednesday, September 28, 2011

Re: psycopg2 pickling error

Thanks for providing this feedback, Tom. I read your original question but I wasn't sure of the answer, so it's good to know how you worked it out!

Best regards,
AT

On Wed, Sep 28, 2011 at 4:51 AM, tom <thomas.stagl@gmail.com> wrote:
Hello,

I have solved the problem with the support from newrelic, the issue was related to the configuration of wsgi. I have 3 VHosts for the application. I switched from wsgi embedded mode to daemon mode. Additionally I have added these two lines for each VHost:

WSGIDaemonProcess www.agileamp.com user=user group=group processes=2 threads=15 display-name=%{GROUP}
WSGIProcessGroup www.agileamp.com

Best regards, Tom

--
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/-/Q6WENc5zBYMJ.

To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment