FWIW, I ran your commands verbatim and it all worked well. Shutdown wasn't instantaneous, I did have to watch the process list a few times before it went away.
Did the response include the "..." or did you do that? This is my response: $ hypnotoad script/xy [Fri Dec 18 14:18:23 2015] [info] Listening at "http://*:8080" Server available at http://127.0.0.1:8080 $ ps axf | grep xy 7551 ? Ss 0:00 \_ /tmp/xy/script/xy 7552 ? S 0:00 \_ /tmp/xy/script/xy 7553 ? S 0:00 \_ /tmp/xy/script/xy 7554 ? S 0:00 \_ /tmp/xy/script/xy 7555 ? S 0:00 \_ /tmp/xy/script/xy $ hypnotoad -s script/xy Stopping Hypnotoad server 7551 gracefully. $ ps axf | grep xy 7551 ? Ss 0:00 \_ /tmp/xy/script/xy 7552 ? S 0:00 \_ /tmp/xy/script/xy 7553 ? S 0:00 \_ /tmp/xy/script/xy 7554 ? S 0:00 \_ /tmp/xy/script/xy 7555 ? S 0:00 \_ /tmp/xy/script/xy $ ps axf | grep xy $ On Fri, Dec 18, 2015 at 8:33 AM, Tekki <[email protected]> wrote: > Mojolicious 6.37 > Perl 5.22.0 (Perlbrew) > Debian 8.2 > > If I do the following > > mojo generate app Xy > cd xy > hypnotoad script/xy > hypnotoad -s script/xy > "Stopping Hypnotoad server ... gracefully." > > the server continues running, even if "hypnotoad -s..." is called serveral > times. What could be the reason for that? > > -- > You received this message because you are subscribed to the Google Groups > "Mojolicious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/mojolicious. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
