[pylons-discuss] PyCon US 2017 Call for Proposals & Deadlines

2016-11-15 Thread Steve Piercy
PyCon US's proposal application is open. If you are interested in submitting a proposal for a tutorial, talk, poster, or the education summit, please check out: https://us.pycon.org/2017/speaking/ - Deadline to submit a tutorial proposal: November 30, 2016 AoE*. - Deadline to submit

Re: [pylons-discuss] announce: beta release of pyramid_forksafe, feedback requested

2016-11-15 Thread Mikko Ohtamaa
Hi > I recently had to update our production deployment to address a forking issue with mongodb, and realized that our "post fork" cleanup routine was built directly against the uWSGI API -- creating some technical debt. The problem I was facing (there might be others) that you cannot fork

[pylons-discuss] announce: beta release of pyramid_forksafe, feedback requested

2016-11-15 Thread Jonathan Vanasco
I recently had to update our production deployment to address a forking issue with mongodb, and realized that our "post fork" cleanup routine was built directly against the uWSGI API -- creating some technical debt. The solution was a new library that I'd appreciate feedback on: