Skip to content

Migrate to flask (whois-dev) #20

@whym

Description

@whym

I have been preparing a flask version of the tool inspired by @wiki-ST47 's fork.

https://whois-dev.toolforge.org/ is the new version. I want someone who is running an automated tool to fetch data from this tool to test it. If it goes well, I think I can replace the current version with it.

The current version is CGI-based, which means that a python interpreter launches every time someone tries to access the tool. The flask version runs continuously on a python interpreter. This change might provide better stability and slightly better performance (but not much because the bottleneck is in whois requests which are not cached.)

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