Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
how can i find lingering file descriptors?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Brad Volz, post: 4618770"] I just tested 0.0.4, and it seems to work just as well as threadify at keeping the file descriptors under control. Using the same test code produces - bradv:bvolz:$ ruby forkoff-test.rb child : 47335 filenos : [0, 1, 2, 4] paths : [nil, nil, nil, nil] that was the first pass, and here is the last -- child : 47600 filenos : [0, 1, 2, 3, 5] paths : [nil, nil, nil, nil, nil] bradv:bvolz:$ Many thanks for your help and for releasing these gems to the public. cheers! Brad [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
how can i find lingering file descriptors?
Top