Skip to content

Prevent duplicate STC instances #8

@mgrossmann

Description

@mgrossmann

If /S FTPD is issued while FTPD is already running, a second instance starts. Both bind to the same port (the second closes the first's socket as "stale"), both respond to MODIFY commands (double WTO output).

Need to detect an already-running instance at startup and abort with a message.

Options

  1. MVS Name Token (IEANTRT)
  2. ENQ on a resource name
  3. Check if port is already bound and refuse to start

Context

  • Notion: TSK-77
  • Priority: Medium
  • Effort: S

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions