I've just tried switching from lighttpd + scgi through flup to Nginx + a
proxy to waitress...
It did seem like it solved it for a few minutes, and it did seem very
responsive too.
But after just 40-50 requests to my Json api layer resulted in:
Could not convert return value of the view callable function
cornice.pyramidhook.handle_exceptions into a response object. The value
returned was AttributeError("'Connection' object has no attribute
'_Connection__connection'",).
and then on the next try
ValueError: Could not convert return value of the view callable function
cornice.pyramidhook.handle_exceptions into a response object. The value
returned was AssertionError('Transaction must be committed using the
transaction manager',).
I'm about to try switching database drivers, and maybe databases (mysql ->
postgresql) next.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.