The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::hdb::App::AnnounceChild - Let the parent process know the URL of a child

DESCRIPTION

Registers a route to let a child process notify the parent process it is listening at a particular URL.

Routes

POST /announce_child?pid=<pid>&uri=<uri>

This route requires two parameters: pid The process ID of the sending process uri The URL of the debugger of the sending process

After a child process forks, it should contact the parent process' debugger at this route to notify the parent what URL it is listening for commands on. The parent should then pass that information along to the user.

SEE ALSO

Devel::hdb

AUTHOR

Anthony Brummett <brummett@cpan.org>

COPYRIGHT

Copyright 2018, Anthony Brummett. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.