Guest User

Untitled

a guest
Jun 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 18> {ok, Pid} = couch_file:open("foo.txt", [create]),
  2. 18> process_info(Pid, [monitored_by, dictionary]).
  3. [{monitored_by,[#Ref<0.3443229540.145621016.63807>]},
  4. {dictionary,[{couch_file_fd,{{file_descriptor,prim_file,
  5. #{handle => #Ref<0.3443229540.145621016.63807>,
  6. owner => <0.103.0>,r_ahead_size => 0,
  7. r_buffer => #Ref<0.3443229540.145620998.64182>}},
  8. "foo.txt"}},
  9. {'$initial_call',{couch_file,init,1}},
  10. {read_timestamp,{1529,608469,122491}},
  11. {'$ancestors',[<0.99.0>]}]}]
Add Comment
Please, Sign In to add comment