What's the current state of the onion?

2008-03-23 Thread Mark J. Reed
It looks like Pugs has been dormant for a few months, while Parrot has some serious momentum going (in general, not just on the p6 front). But AFAICT perl6.pir is still less functional than Pugs. Meanwhile other implementations have popped up (in Perl5 and Lisp and possibly other backend langs),

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 there is

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 mode whitout

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 block of the gui when the

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 question is a Gtk2-Perl FAQ.