Thanks Mrab ... the way of how to use the pipe for the producer as
well as the consumer is a bit confusing to me. As i am using the
subprocess for both the producer and the consumer as above. Can you
please explain me further using a bit of pseudocode. Thanks for ur
concern.
In Nov 17, 12:13 am, M
On 16/11/2010 06:52, Ton wrote:
On Nov 16, 1:47 am, MRAB wrote:
On 15/11/2010 11:03, Ton wrote:
On Nov 14, 11:55 pm, MRABwrote:
On 14/11/2010 14:48, ton ph wrote:>Hi python geeks,
I have problem which i have been trying to find out for the past
some days, i have a device whi
On Nov 16, 1:47 am, MRAB wrote:
> On 15/11/2010 11:03, Ton wrote:
>
>
>
> > On Nov 14, 11:55 pm, MRAB wrote:
> >> On 14/11/2010 14:48, ton ph wrote:> Hi python geeks,
> >>> I have problem which i have been trying to find out for the past
> >>> some days, i have a device which feeds info to
On 15Nov2010 20:47, MRAB wrote:
| On 15/11/2010 11:03, Ton wrote:
| >Hi Mrab,
| > Thanks for your immediate reply , can you please guide me with any
| >tool or library function which i can flush my fifo content .. i use
| >os.mkfifo() to make the fifo. Or is there any other way i could do
| >this
On 15/11/2010 11:03, Ton wrote:
On Nov 14, 11:55 pm, MRAB wrote:
On 14/11/2010 14:48, ton ph wrote:> Hi python geeks,
I have problem which i have been trying to find out for the past
some days, i have a device which feeds info to my fifo continuosly, and
a thread of mine reads the
fifo c
On Nov 14, 11:55 pm, MRAB wrote:
> On 14/11/2010 14:48, ton ph wrote:> Hi python geeks,
> > I have problem which i have been trying to find out for the past
> > some days, i have a device which feeds info to my fifo continuosly, and
> > a thread of mine reads the
> > fifo continuosly. Now when
On 14/11/2010 14:48, ton ph wrote:
Hi python geeks,
I have problem which i have been trying to find out for the past
some days, i have a device which feeds info to my fifo continuosly, and
a thread of mine reads the
fifo continuosly. Now when i change a parameter in the device, it sends
me di
Hi python geeks,
I have problem which i have been trying to find out for the past some
days, i have a device which feeds info to my fifo continuosly, and a thread
of mine reads the
fifo continuosly. Now when i change a parameter in the device, it sends me
different values. Now my problem is that