Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.45k stars 176 forks source link

waitress always stop in wasyncore.poll #323

Closed hi-Nobody closed 4 years ago

hi-Nobody commented 4 years ago

Why does my program always stop in wasyncore.poll? I have a multiple processing program that runs loop and never stop idealistically. But it always stop in wasyncore.poll after runs 247 times. The following is framework of my program 程式粗略架構

Cloud you teach me or help me solve the problem? Thanks

mmerickel commented 4 years ago

Thanks for the diagram but I don't quite understand it. I think we'll need some example code to be able to fully understand the problem you're describing. I can't tell if you're running some threads next to waitress doing their own processing, or if these are just long running requests, or something else.

digitalresistor commented 4 years ago

@hi-Nobody until we are provided additional information we are unable to guess as to what is happening. We will need to know how you are running waitress and understand what code you are working with.

I am closing this for now, please reply if you have additional information and we can revisit this.