Actually there is nothing bad on running Gearbox+Waitress (gearbox is able to use waitress as a server) you will have nearly the same performances as Circus+Waitress
On Thu, Dec 17, 2015 at 12:05 PM, Kay Pac <[email protected]> wrote: > Honestly I don't wish to use Circus I simply with to deploy the > application on my machine rather than run it out of "gearbox". After > investigating apache and deciding it looked more complicated that I would > prefer, I thought to try Circus. Now Circus is looking even more > complicated than apache. So I will likely return to the set up of Apache > and mod_wsgi. Perhaps next I will try Jython and Tomcat. :) > > Kay > > On Thursday, December 17, 2015 at 8:36:01 AM UTC+1, Alessandro Molina > wrote: >> >> I often run TG2 apps under Circus (usually those using GEVENT). >> There is also a guide on TG2 doc >> http://turbogears.readthedocs.org/en/latest/cookbook/deploy/circus.html >> >> Sadly I never used Windows servers, so I cannot help much with this >> specific error :( >> But it looks like it's related to a bug in Python: >> http://bugs.python.org/issue20614 >> >> It's something related with the way python is started, you should try >> asking on circus ML >> >> On Thu, Dec 17, 2015 at 7:47 AM, Kay Pac <[email protected]> wrote: >> >>> Has anyone had any luck running a turbogears app under windows with >>> Circus and Chausette (and waitress?) >>> >>> I am getting python crash after the message "Failed to initialize >>> Windows random API (CryptoGen)" >>> I don't need anything crypto related so I don't know why this is >>> happening >>> I had to downgrade to python 3.3 in order to use circus. >>> >>> I am running in a virtual env with virtualenvwrapper-win. Since circus >>> seems to require running in a virtual env. >>> I am not having the greatest experienceǃ >>> >>> Kay >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "TurboGears" 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 https://groups.google.com/group/turbogears. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "TurboGears" 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 https://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" 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 https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

