Camelcade / Devel-Camelcadedb

Perl module for debugging with Perl5 plugin for IntelliJ
Other
23 stars 9 forks source link

support for apache forking #65

Open markAtAthena opened 3 months ago

markAtAthena commented 3 months ago

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 commented 3 months ago

See https://github.com/Camelcade/Perl5-IDEA/issues/1771