--- Coro/eg/prodcons3 2001/07/23 02:14:19 1.3 +++ Coro/eg/prodcons3 2006/11/06 19:40:02 1.4 @@ -1,7 +1,7 @@ #!/usr/bin/perl -# the classical producer/consumer example, using semaphores -# one process produces items, send s a signal. +# the classical producer/consumer example, using a channel +# one process produces items, sends a signal. # another process waits for that signal and # consumed the item.