Browse thread
CamlGI question
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christophe TROESTLER <debian00@t...> |
| Subject: | Re: [Caml-list] CamlGI question [doh] |
On Tue, 19 Apr 2005, Eric Stokes <eric.stokes@csun.edu> wrote: > > printing stuff to stdout should not cause a problem, because stdout > is a listening socket, the data would essentially go into a buffer > which will never be read. On many FastCGI implementations it indeed shouldn't be a problem but that may if they respect the spec. Indeed the latter mandates that stdout and stderr be closed (http://www.fastcgi.com/devkit/doc/fcgi-spec.html#S2.2). > [...] problem may actually be single_write vs. write. [...] and get > back to you. Get back to us all. I am also interested whether this is indeed the problem. Regards, ChriS