2014-06-02 21:29 GMT+02:00 Iñaki Baz Castillo <[email protected]>: > - In another terminal I run: > > while(true) ; do kill -STOP $(pidof myproject) ; kill -CONT > $(pidof myproject) ; done
Sorry, I mean: while(true) ; do kill -STOP -p $(pidof myproject) ; kill -CONT -p $(pidof myproject) ; done -- Iñaki Baz Castillo <[email protected]> -- You received this message because you are subscribed to the Google Groups "libuv" 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 http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
