I had a few questions in https://github.com/Pylons/waitress/issues/253, which were not really an issue and I'd like to ask them here instead.
My question mostly is that if I'm using modules which are non-multithread compatible in pserve / waitress, how can I make sure they work correctly? Shouldn't I reset / reinitialize them at some point of the startup process? For example, Google client Python libraries, which are not thread safe, as they are based on httplib2. https://developers.google.com/api-client-library/python/guide/thread_safety Zsolt -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKw-smCwEmXb-qyh%3D0hfSHTjqt%3DOMV_BzSaAaSn3FKGYYbOkhQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
