You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(▰╹◡╹) time ruby daemon.rb
daemon: bye
daemon: bye (stderr)
ruby daemon.rb 0.08s user 0.04s system 2% cpu 5.136 total
(▰╹◡╹) time ruby daemon-starter.rb
loop 0
loop 1
start
started 93847
ruby daemon-starter.rb 0.08s user 0.04s system 5% cpu 2.141 total
(▰╹◡╹) daemon: bye
daemon: bye (stderr)
run.rb waits IO EOF, so it waits grandchild
(▰╹◡╹) time ruby run.rb
94129
#<Process::Status: pid 94129 exit 0>
daemon: bye (stderr)
"loop 0\nloop 1\nstart\nstarted 94139\ndaemon: bye\n"
ruby run.rb 0.15s user 0.05s system 2% cpu 7.292 total
run2.rb reads child output progressive, and quits when the first child exited
(▰╹◡╹) time ruby run2.rb
94350
"loop 0\nloop 1\nstart\n"
"started 94351\n"
ruby run2.rb 0.15s user 0.04s system 8% cpu 2.215 total
(▰╹◡╹) daemon: bye (stderr)
(▰╹◡╹)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters