Results 1 to 3 of 3
There is any why to close\delete a file descriptor\socket of a process that is running?
thanks....
- 10-27-2009 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 28
How to delete file descriptor outside the process?
There is any why to close\delete a file descriptor\socket of a process that is running?
thanks.
- 10-28-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Why? These are resources that belong to the process in question and should not be manipulated in this fashion. If you terminate the process, its resources, including open file descriptors, will be returned to the operating system, closing the files in question.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-28-2009 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 28


Reply With Quote
