Search code examples
C `FILE` stream from Python BufferedIO object...

pythoncfile-descriptor

Read More
can starvation happen due to select serving few fd while other fd starve?...

cnetwork-programmingselectfile-descriptor

Read More
Why is STDIN_FILENO always zero?...

cfile-descriptorstdiotty

Read More
Determine if two fds are duplicates?...

linuxunixfile-descriptor

Read More
Combine multiprocessing with subprocess stdin...

pythonmultiprocessingsubprocessfile-descriptor

Read More
How to use a variable to indicate a file descriptor in bash?...

bashioexecfile-descriptor

Read More
Android Java IOException read failed EBADF (Bad File Number) From File descriptor/Input Stream...

javaandroidbitmapdecodefile-descriptor

Read More
How to show which instance has the file descriptor of a specific file in Java...

javafile-descriptor

Read More
What does >& mean?...

bashiofile-descriptorio-redirection

Read More
How create pipes to non-standard file descriptors using posix_spawn on C++...

c++posixchild-processfile-descriptorspawn

Read More
Given a PID FD (as acquired from `pidfd_open`), how does one get the underlying PID for it?...

linuxprocesssystem-callsfile-descriptor

Read More
How to swap stdout and stderr using `/dev/stdout` and `/dev/stderr`?...

bashshellstdoutfile-descriptorstderr

Read More
issue handle returned buffer with consecutives newlines in my own get_line implementation...

cgetlinefile-descriptor

Read More
Problem extracting a line from a buffer readed from a file descriptor...

cmemory-leaksinfinite-loopgetlinefile-descriptor

Read More
What are file descriptors, explained in simple terms?...

unixoperating-systemfile-descriptor

Read More
What can lead to "IOError: [Errno 9] Bad file descriptor" during os.system()?...

pythonsubprocessposixfile-descriptorioerror

Read More
How can I force a call to read(2) to return EINVAL?...

linuxunixfile-descriptorerrno

Read More
protofile.proto: A file with this name is already in the pool...

pythonprotocol-buffersgrpcfile-descriptor

Read More
How to check if a given file descriptor stored in a variable is still valid?...

clinuxgccfile-descriptor

Read More
Are additional changes necessary for worker_rlimit_nofile to take effect?...

nginxnginx-configfile-descriptorulimit

Read More
How to construct a c++ fstream from a POSIX file descriptor?...

c++posixfstreamfile-descriptor

Read More
File descriptor handling during Fork syscall...

clinuxforkposixfile-descriptor

Read More
Multiple read call of a socket fd with O_NONBLOCK set fails...

clinuxsocketsfile-descriptorposix-select

Read More
is there a way to 'own' or 'get priority over' the stdin file descriptor of an exter...

pythonlinuxbashfile-descriptorprocfs

Read More
Should I call shutdown() on fds before exit from server?...

cserverfile-descriptorshutdownposix-select

Read More
select returns EBADF when using stdin and pipes in the fdset...

cpipefile-descriptorposix-select

Read More
Why is this socket/ file descriptor assignment invalid?...

csocketsfile-descriptorposix-select

Read More
When using select(), what does it mean for a file descriptor to be "set"?...

cfile-descriptorposix-select

Read More
Select on named pipe (FIFO) causes infinite loop...

cfile-descriptorposix-select

Read More
Difference between os.close(0) & sys.stdin.close()...

pythoncgistdinfile-descriptorsys

Read More
BackNext