Hello all, Can anybody tell me how to send data from the generator to the receiver. I can use one of the IPC mechanisms to do this, but I read in the code that there exists a pipe between these two. So, how can I send data using this pipe?. Thanks in advance for the answers. zahed. -- View this message in context: http://www.nabble.com/how-to-send-data-from-generator-to-receiver-tp16720991p16720991.html Sent from the Samba - rsync mailing list archive at Nabble.com.
On Wed, Apr 16, 2008 at 04:13:55AM -0700, zahed wrote:> Can anybody tell me how to send data from the generator to the receiver.There is not currently a data path from the generator to the receiver except going through the generator. The only pipe between the two allows data to be sent to the generator from the receiver. ..wayne..