in reply to Re: Code stalls...possible memory leak?
in thread Code stalls...possible memory leak?
If it's possible to process on a line by line or chunk by chunk basis, with a limited state machine or a stack of some sort, a while read is the better approach. (I suspect that's what you meant.)
|
|---|