Re: Polling, Fifos, and Linux

2005-07-08 Thread Remi Villatel
Jeremy Moles wrote: > This is my first time working with some of the more lower-level python > "stuff." I was wondering if someone could tell me what I'm doing wrong > with my simple test here? > > Basically, what I need is an easy way for application in userspace to > simply echo values "down" t

Re: Polling, Fifos, and Linux

2005-07-08 Thread Donn Cave
In article <[EMAIL PROTECTED]>, Andreas Kostyrka <[EMAIL PROTECTED]> wrote: > On Thu, Jul 07, 2005 at 10:21:19PM -0700, Jacob Page wrote: > > Jeremy Moles wrote: > > > This is my first time working with some of the more lower-level python > > > "stuff." I was wondering if someone could tell me wha

Re: Polling, Fifos, and Linux

2005-07-08 Thread Andreas Kostyrka
On Thu, Jul 07, 2005 at 10:21:19PM -0700, Jacob Page wrote: > Jeremy Moles wrote: > > This is my first time working with some of the more lower-level python > > "stuff." I was wondering if someone could tell me what I'm doing wrong > > with my simple test here? > > > > Basically, what I need is an

Re: Polling, Fifos, and Linux

2005-07-07 Thread Jacob Page
Jeremy Moles wrote: > This is my first time working with some of the more lower-level python > "stuff." I was wondering if someone could tell me what I'm doing wrong > with my simple test here? > > Basically, what I need is an easy way for application in userspace to > simply echo values "down" to

Polling, Fifos, and Linux

2005-07-07 Thread Jeremy Moles
This is my first time working with some of the more lower-level python "stuff." I was wondering if someone could tell me what I'm doing wrong with my simple test here? Basically, what I need is an easy way for application in userspace to simply echo values "down" to this fifo similar to the way pr