non blocking pipe

2008-03-23 Thread Spocchio
Hi, i'm writing a gui tool, I need to open a non blocking pipe in read mode, to avoid the block of the gui when the stream become slow.. Is it possible to open a non blocking pipe in read mode whitout using threads or fork()? I like simple things, i only need something return me undef is the

non blocking pipe

2008-03-23 Thread Bob Rogers
From: Spocchio <[EMAIL PROTECTED]> Date: Sun, 23 Mar 2008 09:10:42 -0700 (PDT) Hi, i'm writing a gui tool, I need to open a non blocking pipe in read mode, to avoid the block of the gui when the stream become slow.. Is it possible to open a non blocking pipe in read m

non blocking pipe

2008-03-23 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Sun, 23 Mar 2008 15:53:51 -0400 From: Spocchio <[EMAIL PROTECTED]> Date: Sun, 23 Mar 2008 09:10:42 -0700 (PDT) Hi, i'm writing a gui tool, I need to open a non blocking pipe in read mode, to avoid the bloc

Re: non blocking pipe

2008-03-23 Thread Aristotle Pagaltzis
* Spocchio <[EMAIL PROTECTED]> [2008-03-23 19:40]: > i'm writing a gui tool, I need to open a non blocking pipe in > read mode, to avoid the block of the gui when the stream become > slow.. 1. Wrong list. http://mail.gnome.org/mailman/listinfo/gtk-perl-list 2. Your questio