Hello,

When piping data from one stream to another it is sometimes useful to
be able to accomplish the data transfer at a specified rate. This is
useful for at least 2 reasons:
  1) To prevent the transfer from consuming more than a certain amount
of system resources
  2) Because the data has an inherent rate (constant or variable)

Do you think it would be feasible to support such a feature in the
stream.pipe method?

Thanks

Reply via email to