On Fri, Jun 8, 2012 at 5:15 AM, dongcan z. <[email protected]> wrote: > In my codes , I use drb to read data from a pipe. I want to read the
AFAIK DRb uses sockets and not pipes... > pipe data and let them show in client as well as in server. But it > cannot done successfully.The results show the pipe date will be splitted > in server point and client point,and always error "dmon.rb:63:in > `write': Broken pipe - <STDOUT> (Errno::EPIPE)". I google this issue > ,and it says pipe data cannot read more than once. So I ask for help in > this platform. I need your help.Thank you. Can you show the code? Otherwise it will be difficult to help. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
