Re: buffered inter-process communication

2022-03-10 Thread asebian
> > I am new to chicken and got stuck trying to do buffered inter-process > > communication. > > Could someone give me a hint why in the sample code below `copy_b` > > freezes whereas `copy_c` works as expected? > > Thanks! > > > > As read-buffered only returns the data buffered by the last read

Re: buffered inter-process communication

2022-03-10 Thread felix . winkelmann
> Hi, > I am new to chicken and got stuck trying to do buffered inter-process > communication. > Could someone give me a hint why in the sample code below `copy_b` > freezes whereas `copy_c` works as expected? > Thanks! > As read-buffered only returns the data buffered by the last read operation,