Re: fcgi_i/ostream - deprecated?
"Greg Denton" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
So, I cranked up my test program for the first time and started having intermittent problems with peek() using an input fcgi_streambuf (with buffer) in a std::istream. It seems to skip a number of bytes every couple of hundred requests or so. (Eddie, you were right :-| The apache server is using mod_fcgid (http://fastcgi.coremail.cn/) not mod_fastcgi. (This is the result of many hours googling a year or more ago and going with the majority opinion which seemed to be that mod_fcgid was more "reliable" under certain error conditions.) Anyone have a guess at whether it's mod_fcgid or fcgi_streambuf (or the combination), before I start diving into code? Thanks. On Mon, Dec 29, 2008 at 11:38 AM, Eddie <eddie-NBZbi/[email protected]> wrote: > On Mon, 2008-12-29 at 11:31 -0800, Greg Denton wrote: >> Do you know what the issues are? > > Well, I guess it's not fair to say it doesn't work very well. I just > don't like it :) I dislike that it neglects the functionality of > iostreams in favour of what I perceive as being a somewhat clunky, > inefficient and leaky underlying C interface. That's why I like fastcgi > ++ ( http://fastcgipp.com ). > > Bias note: It's my project so I'm not to be trusted. > -- > Eddie > >