On Wed, 10 Sep 2003 14:39:14 -0700, achrist at easystreet.com wrote:
Erik Max Francis wrote:
Yep:
generator.next()This style supports only output-driven processes. The generator,
being on the input side, is always the server, and the output
side is always the client. It doesn't fit the situation where the
input is heterogeneous and input has to get spewed in several
directions, depending on its content.
Erik Max Francis wrote:
Yep:
generator.next()
being on the input side, is always the server, and the output
side is always the client. It doesn't fit the situation where the
input is heterogeneous and input has to get spewed in several
directions, depending on its content.
Regards,
Bengt Richter