file-descriptor
What's the difference between socket and HANDLE in Windows?
I\'m trying to make a Linux server running in Windows. Socket and file descriptor are treated the same in Linux.[详细]
2023-02-04 16:26 分类:问答How to open / use a file descriptor
I have a particular problem, I have some program that I cannot modify but that provides some functionality I\'d like to use inside office. So I am writing a plugin for Office that takes my document, e[详细]
2023-02-03 06:09 分类:问答Is there a way to restore/recover nohup to see the output in the console?
I know chances are extremely low, but开发者_C百科 is there a way to see what a nohup-ed process has been outputting recently?[详细]
2023-01-26 22:19 分类:问答What's the use of FileDescriptor class in Java and its in,out and err methods?
What\'s the use of the FileDescriptor class in Java ? We can only obtain开发者_Go百科 it with the getFD() methods on streams and then we can use the obtained FD to create another instance of, say, Fil[详细]
2023-01-26 05:38 分类:问答Abort linux polling
I am porting an audio mixer from directsound on Windows to alsa on Linux. I am polling on, let\'s say, 16 file descriptors using the system call \"poll\". Now i need to be able to abort the polling so[详细]
2023-01-23 02:17 分类:问答What is bad file descriptor in c?
This is my code of function that wants to read file: int sendByByte(int filed,int sockfd,int filesize)[详细]
2023-01-21 05:45 分类:问答Manipulate File Descriptors for select.select in Python
I have an itching problem I know could be solved using many different ways, but I would still like to know if the following approach is possible in Python.[详细]
2023-01-20 19:55 分类:问答is the file pointed by stdin file descriptor the same file for different processes?
I have a question in mind. By convention, unix associates the file descriptor 0, 1, 2 for stdin, stdout, stderr on every process. Is the file, e.g. pointed开发者_Python百科 by stdin, shared by differe[详细]
2023-01-18 12:16 分类:问答Why does open make my file descriptor 0?
I\'m working on a program that is using a pipe and forks and need to change the write end to an output file.But when I open a file the file descriptor is 0 which is usually stdin but which I think is[详细]
2023-01-17 19:33 分类:问答File descriptor of a java datagram socket
How do I get the file descriptor of a Java Datagram socket? I\'ve search开发者_StackOverflowed the web without any success.[详细]
2023-01-17 08:03 分类:问答