Modify ↓
#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:3 by , on Jul 21, 2013 at 11:32:31 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The above request was submitted by me.