I am using a a data socket to break up some number crunching. The acquition computer isn't very power full and I am doing some fft and ppl work. Everything worked fine on one computer. Now I've datasocketed the process and am having issues. The computer running the read side well only run through the while loop once then it waits. While the write side runs normally. I get only one set of samples rather than a continuous signal. Does this have to do with the buffer size or some other feature of the data socket read I haven't setup?