Opened 12 years ago
Closed 11 years ago
#2282 closed Feature Request (Rejected)
Limit the amount of data returned by StdoutRead()
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
I would like to request that if possible an extra parameter be added to StdoutRead() so that the number of bytes returned by each read of the Stdout buffer can be specified, in the same way that the count parameter on FileRead() works.
The reason I ask is that when the application output I am reading via stdout puts a huge amount of data in to the Stdout buffer at once I run into memory allocation errors in AutoIt. Being able to limit the amout of data returned would enable it to be read and processed in chunks the same way that huge files can be processed in chunks with FileRead().
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by Bowmore
comment:3 Changed 11 years ago by Jon
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
The above request was submitted by me.