Re: fcgi_i/ostream - deprecated?
"Greg Denton" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
"the stream buffer is not implemented very well." Do you know what the issues are? On Mon, Dec 29, 2008 at 11:23 AM, Eddie <eddie-NBZbi/[email protected]> wrote: > On Mon, 2008-12-29 at 10:44 -0800, Greg Denton wrote: >> Does anyone know why the C++ streams are deprecated? > > It looks like the streams were depreciated because they weren't of much > use. The stream buffer is however not depreciated and one can just make > a std::basic_ostream with the fastcgi stream buffer as the streambuf > object. That being said, the stream buffer is not implemented very well. > -- > Eddie > >