<abu[7]>
this is an example of using 'pil' in a pipe
<abu[7]>
'pilPipe'
<pablo_escoberg>
ah, yes. That's more or less what I need. I will look at it more thoroughly and see if I can understand it.
<abu[7]>
'shPipes' and 'pilPipes' should be equivalent
<abu[7]>
So 'shPipes' is easier but perhaps with more overhead
pablo_escoberg has quit [Ping timeout: 252 seconds]
pablo_escoberg has joined #picolisp
tankf33der has joined #picolisp
pablo_escoberg has quit [Ping timeout: 258 seconds]
pablo_escoberg has joined #picolisp
msavoritias has quit [Remote host closed the connection]
pablo_escoberg has quit [Quit: Leaving.]
pablo_escoberg has joined #picolisp
<pablo_escoberg>
OK, so I'm having some trouble grasping what gets closed when. I'm opening a pipe in a class constructor. Within the same method, I'm using the file descriptor to create a task and it works fine. Then, I come back and access it from a method, and the Fd is no longer active. Is there some way to monitor this or view open file descrriptors or something?