Re: fcgi_i/ostream - deprecated?
Eddie <eddie-NBZbi/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <1230578586.5995.0.camel@localhost> |
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