RE: chunked output
Micah Martin <[email protected]> Tue, 19 Aug 2003 15:23:05 -0500
| Newsgroups | gmane.comp.programming.tools.fit.devel |
|---|---|
| Message-ID | <AF07776DB5D1D211BC0700A0C9E9237FAFC6D2@objectmentor> |
> -----Original Message----- > From: Ward Cunningham [mailto:[email protected]] > Sent: Tuesday, August 19, 2003 3:16 PM > > We also communicated over a socket, not standard in/out. I was > following Bjorn's lead with this decision and don't know what the > tradeoffs are. Me neither. > > (Is FitFilter better named FilterRunner? Perhaps. > Would it be the same as FileRunner if FileRunner took "-" to indicate standard in/out as file > names?) In its current state, yes. In fact when we wrote it we just copied the source for FileRunner and changed it ever so slightly to work with stdin and stdout. However, what I am proposing will change it significantly. Micah