Skip to content

In the multi process, the parent process instance Fdfs_client, the subprocess call will be destroy. #16

@blaspheme

Description

@blaspheme

In Linux,In the multi process, the parent process instance Fdfs_client, the subprocess call will be destroy.

Because the code in connection.py 102:

if self.pid != os.getpid()

so,does this need to be changed into:

if self.pid != os.getpid() and self.pid != os.getppid():

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