Skip to content

Socket circular reference in CherryPy server? #258

@EternityForest

Description

@EternityForest

With the CherryPy server, if you repeatedly refresh a page with websockets, then iterate the gc module's list of objects for SSLSockets, you might find an extra object for every connection.

These are collected at the next "full" sweep, but if that does not happen, eventually an OSError will occur from too many open files(On Linux).

As a workaround, I patched my copy of cheroot to do GC when accept() raises OSError.

I have heard that in the past inspecting stack frames can do odd things on very old version of python. I wonder some remnant of that bug could be related to this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions