On Thu, Jun 16, 2011 at 7:00 AM, Oliver Tonnhofer <[email protected]> wrote: > > On 16.06.2011, at 14:38, Oliver Christen wrote: > >> mmm, the project on the productions servers is very rarely >> deployed/updated, maybe once or twice a week at best, but the error >> message occur several thousand time per day, just today I already have >> 1001 lines in the log of one server. >> >> but, we have configured pylons to run as wsgi in daemon mode, which >> means lots of subprocess started and stopped all the time, could this >> be the problem ? > > Very likely. > > I made a change to hide these exceptions: > https://github.com/olt/shapely/commit/8bfda52302061a45dbbf4b8e59cd1ebfe3b866cd > > Do you have a system where you can test it? > You should be able to update with `pip install -U --no-deps > https://github.com/olt/shapely/tarball/master` > > Regards, > Oliver
That looks like a reasonable fix. I've been seeing these errors when running the test suites, but not in production - which for me is a long running Zope process, not WSGI. -- Sean _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
