Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for apache forking #65

Open
markAtAthena opened this issue Jun 12, 2024 · 1 comment
Open

support for apache forking #65

markAtAthena opened this issue Jun 12, 2024 · 1 comment

Comments

@markAtAthena
Copy link

Our perl web service runs in apache mod_perl and it forks upon startup. I can't run it in server mode because of that as then each will try to open the same port and fail. And, if I run it in client mode where it reaches out to the IDE, the first connection works, but then when the fork tries, the IDE doesn't answer it. If I restart debugging in the IDE so that the first connection is dropped in hopes that it then answers the fork, the entire apache dies.

@hurricup
Copy link
Collaborator

See Camelcade/Perl5-IDEA#1771

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants