Hi users, Is there a simple way to read the entire input stream using blocking read(2)? I can select(2) stdin to avoid command blocking but wondered why not having an environment variable holding the input length like in a CGI environment ? Sylvain